PHP Page Searcher

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
blood08
Forum Newbie
Posts: 2
Joined: Thu Aug 14, 2008 8:58 pm

PHP Page Searcher

Post by blood08 »

How would you make PHP search a website for a certain word and then return a true or false?

Is there a function built in?
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: PHP Page Searcher

Post by Christopher »

When you say "a website" you do mean scrape the HTML of website at a URL, or within a website search files or a database?
(#10850)
blood08
Forum Newbie
Posts: 2
Joined: Thu Aug 14, 2008 8:58 pm

Re: PHP Page Searcher

Post by blood08 »

Get the HTML of a website...
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: PHP Page Searcher

Post by Christopher »

(#10850)
Post Reply