registrace v2 + checks
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
$races[] = $row;
|
||||
}
|
||||
}
|
||||
// would be nice to check if the name / nick / email exists
|
||||
// would be nice to check if the email exists
|
||||
$sql = "SELECT ID, NAME, SURNAME, EMAIL from REGISTERED where EMAIL_CHECK like '".$email_check."'";
|
||||
$result = $conn->query($sql);
|
||||
if ($result->num_rows > 0){
|
||||
|
||||
Reference in New Issue
Block a user