Page 1 of 1

Database search engine

Posted: Wed Jan 23, 2008 9:10 am
by dramiditis
Hi,
I'm new with PHP and I have one problem:
I would like to create search engine to search trought my table fiels.
Can anybodu help me?

Re: Database search engine

Posted: Wed Jan 23, 2008 10:53 am
by Zoxive

Code: Select all

SELECT * FROM `table` WHERE `tags` LIKE '%Term%'
I would suggest... searching, this has been discussed numerous times, here and on the web.

http://www.google.com/search?q=php+database+search