PHP Search Engine Script
Moderator: General Moderators
PHP Search Engine Script
Does anyone have a php search engine script or could point me somewhere that has a good one?
- hob_goblin
- Forum Regular
- Posts: 978
- Joined: Sun Apr 28, 2002 9:53 pm
- Contact:
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
We don't tend to run a 'find-me-a-script-service', however since I was doing something like this recently, for a simple page search (no indexing) with a bit of editing (to bring it up to PHP 4.1.x standard) DGS Search is a good base to start from. O'Reilly have also done a tutorial for creating an indexing search engine.
If you really need an out-of-the-box solution then there's 48 PHP search engines listed at hotscripts.com but your choices may be limited by which operating system you run - some are free for *nix but not for Windows users.
Mac
If you really need an out-of-the-box solution then there's 48 PHP search engines listed at hotscripts.com but your choices may be limited by which operating system you run - some are free for *nix but not for Windows users.
Mac
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
Find a database tutorial (check out http://www.phpcomplete.com), searching a database is really easy, you don't need someone else's script to do this.
Mac
Mac
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK