I have PHP accessing the data held in my database and can run a query and display results - that much is learnt.
How do I use the database to fill a listbox and then use the listbox to filter the results to a specific record.
i.e. LISTBOX of customer names, when selected:
Display - customer address, phone, etc.
How do I use the database to fill a listbox and then use the listbox to filter the results to a specific record.
i.e. LISTBOX of customer names, when selected:
Display - customer address, phone, etc.