Search code examples
phpmysqlsqlmysqlisearch-engine

How Would I Allow Users To Search MySql Database With Php


i have looked on google,yahoo,bing i used these keywords

allow people to search my database
allow people to search my database PhP,MySql
allow people to search my database PhP,MySql/MySQLi
Php,MySql Database Search script

and alot more key words can some one point me in the right direction for a PHP,MySQL database search


Solution

  • You have to create an interface that would allow people to search the database - that means a HTML form that would be processed by some PHP script that would query the database and then return/display the results.