SourceForge Logo
1.1.6: email_exists


Description
Check if a given e-mail adres is already in the database. The database will not allow this, so we must check it before we change or add userdata.

Function call
email_exists($newemail);

Input
ParameterDescription
$newemailThe e-mail which have to be checked by this function.


Output
Whe output is a single var, which indicates if the action succeded or not.

VarDescription
$statusIf set to "0" everything's fine. If set to "1" the e-mail adres already exists in the database.

« Previous | Index | Next »