N n00blet New member Mar 5, 2010 #1 <?php if ((strlen($_POST['phone']) != "11") && (!is_numeric($_POST['phone']))) { $problem = TRUE; $ERROR_PHONE = '<span class="error">Please enter a valid phone number</span>'; } ?>
<?php if ((strlen($_POST['phone']) != "11") && (!is_numeric($_POST['phone']))) { $problem = TRUE; $ERROR_PHONE = '<span class="error">Please enter a valid phone number</span>'; } ?>