PHP: how to check the inputted fullname in the database:?

example:
i inputted fullname in the input box.
and i want to check it if the fullname is already exist.

my table is like this.

column1 column2
Lastname Firstname
 
Back
Top