Simliar Overture php code

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!

Moderator: General Moderators

Post Reply
jackie1979
Forum Newbie
Posts: 1
Joined: Wed Mar 19, 2008 8:47 am

Simliar Overture php code

Post by jackie1979 »

i use overture keyword suggestion tool before, but overture does not work now, i can not use it anymore. but i think wordtracker may help, as they provide a free keyword search, you can check this page:
http://freekeywords.wordtracker.com/?se ... est=Hit+Me

This is very similar to overture, Do anyone have a php code to list the Searches & Keyword from that page? so this will another "php keyword search tool"?
I am not a programmer, so i can not do that, hope anyone can help.
John
www.WeAnswer.IT
Forum Newbie
Posts: 24
Joined: Wed Mar 19, 2008 6:33 pm

Re: Simliar Overture php code

Post by www.WeAnswer.IT »

You are talking about screenscraping, which violates copyright law as far as I know. That is also probably a better job for Javascript, because Javascript can access HTML DOM and perform HTTP requests, and it doesn't use your server's resources the way PHP does.

Search Google for screen scraping if you still want to do this.
Post Reply