JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser .
N
Without seeing the script it's pretty hard to know what you mean.
If you have the script to hand I'll help you out as much as I can, get me at my site below.
N
<?php if ((strlen($_POST['phone']) != "11") && (!is_numeric($_POST['phone']))) { $problem = TRUE; $ERROR_PHONE = '<span class="error">Please enter a valid phone number</span>'; } ?>
N
<?php if ((strlen($_POST['phone']) != "11") && (!is_numeric($_POST['phone']))) { $problem = TRUE; $ERROR_PHONE = '<span class="error">Please enter a valid phone number</span>'; } ?>