Php Screenscraper
Hi
We need a php function to perform the following;
1. log into a website using a fixed username & password
2. navigate to page within the site and submit the strings passed to the function
3. return the resulting html
syntax;
echo screenscrape(‘hello’,’goodbye’);
output;
<html>…</html>
Regards
Ryan