Jump to content

Check if String Contains a Number


oliverj777

Recommended Posts

Hello,

 

I'm working on an error form, and I want to check if the user inserted a number into the name field, and if so return an error.

 

I thought this might of worked, but it doesn't:

 

if(is_int($_POST['name'])){
     $arrErrors['name'] = 'Invalid name, remove numbers.';
}

 

Many thanks

Link to comment
https://forums.phpfreaks.com/topic/259468-check-if-string-contains-a-number/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.