PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Hi, I'm trying to code my php that allows me to extract or fetch the html codes from another website, then i'll filter it myself to get only the specific text i want and display or echo it directly to my page.
e.g. you goto my page, and it will display a list of google's search result based on a fixed search string i code into the page.
Just to follow up, in case it wasn't clear, google prohibits the usage of html scrapping from their search engine --- as noted in their terms of service.
Jcart wrote:Just to follow up, in case it wasn't clear, google prohibits the usage of html scrapping from their search engine --- as noted in their terms of service.
yes, i understand that google doesn't allow such action, however i am not going to apply this on google.
i am using it for some other websites with informations i need.
google is just an example so that most people will understand wat i want.