Capturing the text of a web page and putting it in a string
Posted: Tue Jul 06, 2004 5:26 am
Ok, I am not even sure if this can be done but I would be happy if it could.
I need a function so I can grab the text of a given URL so that I can manipulate it. Ideally I would like it to be placed in a string. So...
$somestring = somefunc("http://www.someurl.com");
Any ideas?
I need a function so I can grab the text of a given URL so that I can manipulate it. Ideally I would like it to be placed in a string. So...
$somestring = somefunc("http://www.someurl.com");
Any ideas?