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?
Database search engine
Moderator: General Moderators
Re: Database search engine
Code: Select all
SELECT * FROM `table` WHERE `tags` LIKE '%Term%'http://www.google.com/search?q=php+database+search