I store the firstname and lastname in separate fields in the database. But I have to search the database for a full name. How can I do that in an efficient way using SQL and PHP?
I store the firstname and lastname in separate fields in the database. But I
Share
Try using something like..