Is there any way I can read the html from a page that does not belong to me, say a listing of catalog items and get the values from each cell (by looking for the <Td> tags) and then put that info into a table of my own and display it on my page.
I thought of this because with any browser, you can go to a page and view it's source. You can plainly see where the cells are defined and what not, so is there a way of reading that data using php and then putting it into a table of my own. OR, if I want, even uploading it to my own database?
Read an HTML table
Moderator: General Moderators
If available you can use http://de2.php.net/manual/en/function.d ... mlfile.php
But if you're allowed to read/use the data is another story.
But if you're allowed to read/use the data is another story.