Creating php-string from content of URL
Posted: Sat Jan 23, 2010 6:52 pm
Hello,
I am new to PHP. I need to store the source code of a webpage (say http://www.iit.edu) in a php string.
In Objective-c, I can do this with a class method: stringWithContentOfURL.
can someone please help me achieve this in php?
cheers,
I am new to PHP. I need to store the source code of a webpage (say http://www.iit.edu) in a php string.
In Objective-c, I can do this with a class method: stringWithContentOfURL.
can someone please help me achieve this in php?
cheers,