Posted by adlerweb on 11/22/06 15:42
Dave schrieb:
> I'd like to be able to request a page from a server and then be able to
> analyse the content (rather than rendering it to the screen of my browser)
> in php. I guess this is a bit like how a robot works. I've got quite a lot
> of php knowledge already, but I can't think of how to do this.
Well. fsockopen/fwrite/fget or Curl for your connection and then regex
should help to get the content into a usable form.
Navigation:
[Reply to this message]
|