PHP Screen scraping...
PHP Screen scraping...
Out of context: Reply #2
- Started
- Last post
- 12 Responses
- maximillion_0
you'll need to pull all the page in first before you search within it.
Id also run some tests with multiple queries as some sites will only allow say 3 requests from your script with 15 mins etc - or make your script send headers like a browser would - user agent etc etc