Finding content in an article directory
Posted: Thu Apr 22, 2010 8:37 am
Hi, pretty much a newbie to PHP here...
What I want to do is to have a searchfield on an emty html form. When I put in a search word in this field and click search I want to search an entire website (for instance http://ezinearticles.com) looking for an article on the word I entered in the search field. If an article should be found I want to return the URL for that article.
Like so:
Search word: "Bird"
Article directory: http://ezinearticles.com
Return value: http://ezinearticles.com?birds-are-funny
That is an example... I hope I'm being clear enough in what I'm after
Really greatfull for any advice!
/ Johan
What I want to do is to have a searchfield on an emty html form. When I put in a search word in this field and click search I want to search an entire website (for instance http://ezinearticles.com) looking for an article on the word I entered in the search field. If an article should be found I want to return the URL for that article.
Like so:
Search word: "Bird"
Article directory: http://ezinearticles.com
Return value: http://ezinearticles.com?birds-are-funny
That is an example... I hope I'm being clear enough in what I'm after
Really greatfull for any advice!
/ Johan