Jump to content

[SOLVED] analzye HTML using file_get_contents


ohdang888

Recommended Posts

i am using $content = file_get_contents('http://google.com') to grab the html of a page.

 

I am looking for a specific html code, for example, "<td class='right_column'>", which the documents contains several times.

 

Is there a way to look through the html grabbed in $content, and grab out all the content of <td class='right_col'>, which i assume would each be an element of an array!??!?!?!?!?

 

 

thanks!!!!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.