Page 1 of 1

search code in php

Posted: Sun Dec 26, 2010 11:56 pm
by Baluraj
how can implement search in php using mysql database.....

Re: search code in php

Posted: Mon Dec 27, 2010 1:10 am
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.