RE: [PHP] EREGI -- Help

2001-05-16 Thread Johnson, Kirk
Give this a try: if(!ereg("^([0-9]{5}([-]{1}[0-9]{4})?)$",$data)) { Kirk > -Original Message- > From: Jason Caldwell [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 15, 2001 8:16 PM > To: [EMAIL PROTECTED] > Subject: [PHP] EREGI -- Help > > >

[PHP] EREGI -- Help

2001-05-15 Thread Jason Caldwell
I'm just trying to create a eregi expression that will evaluate a zip code... and I cannot get it to work... can anyone assist me with this? -- also, is there a site that shows regular expression examples for checking fields like, zip codes, phone numbers, etc... if(!(eregi("(^[0-9]{5})(\\-([0-9