Jump to content

error checking


fife

Recommended Posts

can somebody please tel me how to make sure a field is a number?  I have some error checking like

 

if(empty($postcode))    {        
$errors[] = "Please enter your postcode"; 
}
if(strlen($tel)<11)    {        
$errors[] = "Please enter a phone number that is the correct length";    
} 

 

But I dont know and cant find how to check for a number only.

Link to comment
https://forums.phpfreaks.com/topic/231967-error-checking/
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.