Hello, I am trying to create a php script that will open a URL and then take certain things off of that webpage. I dont want the whole page, just some of the information on it.
I'm using, and it is working:
$handle = file_get_contents("url");
echo $handle;
But I do not know where to go from here, how do I get the pieces of information I need?
Thanks.
Reading certain parts of a webpage with file_get_contents()
Moderator: General Moderators