Why is my php being a cunt?

n00blet

New member
<?php if ((strlen($_POST['phone']) != "11") && (!is_numeric($_POST['phone']))) { $problem = TRUE; $ERROR_PHONE = '<span class="error">Please enter a valid phone number</span>'; } ?>
 
Back
Top