using file_get_contents??

Posted on 16th Feb 2014 by admin

okay how would i create a script using file_get_contents() in php have it grab search pages 1-20 and return the results based on whatever username was typed into the form.

liek for example i would type "thisismyusername" and it would check all search pages for that exact username and if it came up empty to return "sorry, no username has been found matching this username" or else return "the username so and so has been found"

the search url is this:
Code: http://vampirefreaks.com/gothicresults.php?pg=1&sex=male&sortby=user_datejoinedand you can manually enter the page or change it by changing the pg= variable

Other forums