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?
PHP Page Searcher
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: PHP Page Searcher
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)
Re: PHP Page Searcher
Get the HTML of a website...
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: PHP Page Searcher
You might want to read these:
http://www.php.net/manual/en/wrappers.php
http://www.php.net/manual/en/wrappers.http.php
http://www.php.net/manual/en/wrappers.php
http://www.php.net/manual/en/wrappers.http.php
(#10850)