phpscipt for customers information from database in dropdown
Posted: Thu Aug 03, 2006 11:48 am
Hi Guys,
I have an application script in php and in one page it is having customer search option in text box.If i want to search for one customer i need to enter the customer name in text box and it will display the details and other stuff about the customer from database.Now my client want dropdown box with all the customer names existing in database so that it will be easy for them to view all the customers.
Database :- mysql
Language :- php
Variables defined
$customer = $_GET['customer'];
echo "Customer: $customer <BR>\n";
How to implement this and i really appriciate your help.
Best Regards
I have an application script in php and in one page it is having customer search option in text box.If i want to search for one customer i need to enter the customer name in text box and it will display the details and other stuff about the customer from database.Now my client want dropdown box with all the customer names existing in database so that it will be easy for them to view all the customers.
Database :- mysql
Language :- php
Variables defined
$customer = $_GET['customer'];
echo "Customer: $customer <BR>\n";
How to implement this and i really appriciate your help.
Best Regards