
ich bekomm immer mysql error
Code: Alles auswählen
$query = mysql_query("SELECT * FROM umfrage_votes WHERE option = 'ja_5' ") or die (mysql_error());
$option[5] = mysql_fetch_row($query);
Code: Alles auswählen
-option = 'ja_5'
You have an error in your SQL syntax near 'option = 'ja_1' ' at line 1
THX 4 help