Jump to content

regex ugh


CincoPistolero

Recommended Posts

I have a field that is not required. I only want the regex to validate if something is entered. With what I have below it tries to validated the blank data. Is there away to make it ignore (i'm not sure what to call it) white space, empty space, non entered data.

 

// Check for wrong characters in phone2
	if(!preg_match('~^[0-9.-]+$~',$_POST['phone2'])) {
		die('<div id=error><table cellpadding="0" cellspacing="0" border="0" align="center" bgcolor="#ffffff">
      <tr>
        <td><br><br>Only numbers in second phone number.<br><a href="javascript:history.back()">Back</a><br><br></td>
      </tr>

    </table></div>');
}

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.