|
Hi.
I have a database called database, which has 8 tables, one of which is called customers. I want to be able to make a page where a user can query customers and in particular put in either the CumstomerID OR a fragment of it into a search box, and for the results to be output to another html page in a table. If there are no results I would like it to have a message saying so.
Is this easy to do? Does anyone either know of a good tutorial on this subject or have a script which is similar to this, as I am new to PHP and MySQL.
Thanks
Andy
|