Help for this page

Select Code to Download


  1. or download this
    if ($email->check_validity() == $EMAIL_DUPLICATE) {
        send_error_page(message => 'that e-mail is already in use');
    ...