Hi guys,
I have a small problem here...
There is a customer id field and a search button in one page.
In my database there is a table called "customer" which contains fields of customer_id, full_name, name_with_initials, address, contact_number and gender. The table is filled with record of each customer separately.
I want something likes this to be done. If the user selects customer id 1 and click on search button the details of that customer should appear for the verifying purposes. How this could be done in php?
Thanks,
Heshan.