this is the attribute in question:
Code: Select all
<p><input type = "text" name = "newpreptime" /></p>Code: Select all
$newpreptime=$_POST['newpreptime'];Code: Select all
if (is_int($newpreptime))
{
echo"this is a int";
}
else
{
echo"this is not a int";
}can anyone help?
thanks