1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 6: 37: 38: 39: 40: 41:
$result = mysql_query („* VON Mytable VORWÄHLEN, wo Email='$ email und Confirmation='$ ConfirmationCode'") oder sterben (mysql_error ()); wenn (mysql_num_rows ($result) == 0) { Echo „Störung: Kein Gleiches gefunden“; } sonst { mysql_query („UPDATE Mytable GESETZTES Approve='1, WO Email='$ email'") oder sterben (mysql_error ()); } „
$result = mysql_query („* VON Mytable VORWÄHLEN, wo Email='$ email und Confirmation='$ ConfirmationCode'") oder sterben (mysql_error ()); wenn (mysql_num_rows ($result) == 0) { Echo „Störung: Kein Gleiches gefunden“; } sonst { mysql_query („UPDATE Mytable GESETZTES Approve='1, WO Email='$ email'") oder sterben (mysql_error ()); } widerhallen „