Hi, I have just started php. I have a contact form on my website and am using the is_numeric function to check that the phone number entered is a number.
What I want to do is, if the phone number is not a number to output a message just underneath the contact form on the html page telling the user they need to enter a valid number.
Is there a way to do this?