Return to Snippet

Revision: 57155
at May 18, 2012 01:37 by mrtonix


Initial Code
if(!ctype_digit(srvGetData("QD1")))
{
   errorMsg("Please enter whole number");
   return;
}

Initial URL


Initial Description
Checking values if not whole number

Initial Title
Check if Whole Number

Initial Tags


Initial Language
PHP