Mailinglisten-Archive |
Uwe Rameil wrote: > Hallo, Hallo Uwe: > $SQL_Befehl = "DELETE FROM $tab_name WHERE email = $email"; Richtig: $SQL_Befehl = "DELETE FROM $tab_name WHERE email = '$email'"; Und auch noch mysql_real_escape($email); vorher machen, um dich vor Injektionen zu schützen... Yannik
php::bar PHP Wiki - Listenarchive