|
So, I have a moderately large database of customer names that is searchable via a PHP form. Right now it is set up with one form input to search the table.
How would I go about setting it up with two inputs, one for first name and one for last? Do I have to set up separate forms for each text input?
|