search code in php
Moderator: General Moderators
search code in php
how can implement search in php using mysql database.....
- social_experiment
- DevNet Master
- Posts: 2793
- Joined: Sun Feb 15, 2009 11:08 am
- Location: .za
Re: search code in php
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