Recent content by n00blet

  1. N

    Give My PHP Script Plugin Support?

    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.
  2. N

    Give My PHP Script Plugin Support?

    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.
  3. N

    Why is my php being a cunt?

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

    Why is my php being a cunt?

    <?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