Mysql
 sql >> Datenbank >  >> RDS >> Mysql

Einfaches PHP-Voting-System

$sql = "UPDATE `problems` SET `votes` = `votes` ".$vote." 1 WHERE `id` = ".$problem_id;
mysql_query($sql) or die(mysql_error());

Prüfen Sie, welchen Fehler Sie erhalten ?