I have this simple form in PHP and I have this one big problem:
I want the "First Name" and "Last Name" should only be STRING(no special characters and numbers) if I submitted the form. Otherwise, it will output "You've entered an invalid string."
What's the efficient code for this one?
HELP...