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
Simliar Overture php code
Moderator: General Moderators
-
www.WeAnswer.IT
- Forum Newbie
- Posts: 24
- Joined: Wed Mar 19, 2008 6:33 pm
Re: Simliar Overture php code
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.
Search Google for screen scraping if you still want to do this.