PHP Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsProgrammingPHP Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old May 1st, 2003, 08:02 PM
craigtaylor74 craigtaylor74 is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: May 2003
Posts: 13 craigtaylor74 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
e-mail validation in php?

I'm trying to validate my registration form but this script for the e-mail validity is returning an error. Can anyone tell me why? Or suggest another piece of code to check an e-mail address. In the meanwhile I've commented it out but I'd like to know a better solution.
Thanks.

/* // check an email address is possibly valid
else (!(preg_match("/^.{2,}?@.{2,}\./", $_POST['email'])))
{
include 'emailInvalid.htm';
} */

Reply With Quote
  #2  
Old May 1st, 2003, 08:16 PM
jpenn jpenn is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Oct 2002
Location: Washington, DC
Posts: 317 jpenn User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 m 3 sec
Reputation Power: 7
PHP Code:
function validate_address$email )
{
    if ( 
preg_match'/^[A-z0-9\._-]+[@][A-z0-9_-]+([.][A-z0-9\._-]+)+[A-z]{2,4}$/'$email ) )
    {
        return( ( bool )
true );
    }
    else
    {
        return( ( bool )
false );
    }
}

if ( 
validate_address'someone@address.com' ) ) echo( 'good' ); else echo( 'not good' ); 


EDIT::

VB removes escapes, so use this as the pattern:

'/^[A-z0-9\._-]+[@][A-z0-9_-]+([.][A-z0-9\._-]+)+[A-z]{2,4}$/'
__________________
~ Joe Penn

We work for free to help make this a valuable resource on the internet. Do you appreciate the help - did we provide help that will help you prosper and help that has contributed to sharpening your current skill set?

Show your appreciation and purchase something from our Amazon Wishlist's - it's simple and a great way to say thank you.




Reply With Quote
  #3  
Old May 1st, 2003, 08:50 PM
craigtaylor74 craigtaylor74 is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: May 2003
Posts: 13 craigtaylor74 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
ta

thanks. that works very nicely.

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgrammingPHP Development > e-mail validation in php?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway
Stay green...Green IT