Skip to main content

PHP: email validation form 1212 Responses

Last post: 2 years, 4 months ago | Thread started: Aug 1, 06, 7:47 a.m.

RespondNew TopicDisable Images

Out of context: Response #4 [Aug 1, 06, 7:47 a.m.]

  • kinetic

    this function has always served me well:

    function check_email($email) {
    if(eregi("^[a-z0-9\._-]+@+[a-z0… $email)) {
    return TRUE;
    } else {
    return FALSE;
    }
    }

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel

Skip to main content