search code in php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Baluraj
Forum Newbie
Posts: 3
Joined: Sun Dec 26, 2010 11:52 pm

search code in php

Post by Baluraj »

how can implement search in php using mysql database.....
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: search code in php

Post by social_experiment »

You need a way to get a user to enter a search term: Html form. Once you have this term, you need a script that will do the actual search work. Lastly you have to create your database in such a manner as to facilitate easy searching.
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
Post Reply