Hi,
i just want to know how do you guys use php to read the contents of a page
i mean
assume we have page news.php
how to use php to access this page on the server, execute it, and then read the html tags of the result page and get the required information.
do you have any technique.
thank you.
Reading websites contents source
Moderator: General Moderators
Re: Reading websites contents source
For starters, file_get_contents. After that it depends on what you're getting.