How to check if a textbox has a number in it PHP?

Joe King

New member
I am creating a survey in PHP. Under the questions is a text box where you enter your answer. When you submit the form, how would I check if the text box has a number? I only want to allow users to use letters and not numbers
 
Back
Top