PHP Search systems that will search mysql

This is a discussion on "PHP Search systems that will search mysql" within the PHP Forum section. This forum, and the thread "PHP Search systems that will search mysql are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old May 9th, 2006, 07:30
New Member
Join Date: May 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
PHP Search systems that will search mysql

Hi all,

I need a search system that will do more than just basic keyword searching (boolean etc) BUT doesnt http spider a site, instead it will search a mysql database with fields i specify.

It can even index the site and create its own flat file database.
The key is that it needs to work with mysql and not spider a site.

Does anyone know of a system?
Reply With Quote

  #2 (permalink)  
Old May 9th, 2006, 22:01
Reputable Member
Join Date: Sep 2005
Location: Canada, BC
Age: 24
Posts: 239
Thanks: 0
Thanked 0 Times in 0 Posts
Re: PHP Search systems that will search mysql

I'm pretty sure mysql has features like this built in that alow you to search a database
Code: Select all
SELECT * WHERE `feild1` LIKE '%word%' OR `feild2` LIKE '%word%'
is one way of doing it, i'm sure there are others.
Reply With Quote
  #3 (permalink)  
Old May 10th, 2006, 00:02
Most Reputable Member
Join Date: Aug 2005
Location: North Wales, United Kingdom
Age: 21
Posts: 1,093
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to sypher
Re: PHP Search systems that will search mysql

Ye with a variety of connections to mysql you can make a pretty sophisticated script.
Reply With Quote
  #4 (permalink)  
Old May 10th, 2006, 09:52
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to ukgeoff
Re: PHP Search systems that will search mysql

Quote:
Originally Posted by bohboh
I need a search system that will do more than just basic keyword searching (boolean etc) BUT doesnt http spider a site, instead it will search a mysql database with fields i specify.
Do you mean that you hold the text for the pages in the database and you want to be able to do a full text search or are you wanting to search specific, single element fields, akin to what has already been indicated?
Reply With Quote
Reply

Tags
php, search, systems, mysql

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Form output using mysql, search people name in specific category basketmen PHP Forum 1 Mar 24th, 2008 06:31
Search Box parkerscroft Starting Out 2 Mar 2nd, 2007 15:58
Search Analyst/Account Executive/SEO/PPC/CPC/Search Engine Optimisation/Pay per Click/London Web JobBot Job Opportunities 0 Nov 22nd, 2006 10:20
SEO/PPC/Search Engine Optimisation/Pay Per Click/Campaigns/Online/Marketing/Agency/Analyst/Search/Manager/Executive/Manchester Web JobBot Job Opportunities 0 Nov 17th, 2006 11:11
need some help with my search box please ... teamv JavaScript Forum 1 Aug 31st, 2006 10:46


All times are GMT. The time now is 07:16.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43