Well, $output simply gets some contents from a Habbo Ajax page and it contains:
I know this, I have echoed $output and it definaly contains it.HTML Code:<input id="avatar-habblet-list-container-totalPages" value="26" type="hidden">
I want to get the value of that page "26" and for some reason, the below code isn't working =S
Any ideas?PHP Code:preg_match("@<input id=\"avatar-habblet-list-container-totalPages\" value=\"(.*?)\" type=\"hidden\">@", $output, $matches);
print_r($matches);





Reply With Quote



