Al querer ingresar y modificar un valor en base de datos me da el sguiente error:
Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'left='500'' at line 1
Código:
No puede entender donde esta el error.$left=500; mysql_query("UPDATE popup SET left='$left'", $conexion) or die ("Error: ".mysql_error());
Saludos.