Tengo el siguiente query:
Código PHP:
mysql_connect($bd['host'], $bd['user'], $bd['pass']);
mysql_select_db($bd['base']);
$sql = "INSERT INTO `imgs`
(`nombre_img`,`ruta_completa,`subidor`,`dia`)
VALUES
('".$prefijo."_".$archivo."','".$destino."','".$_SESSION['user']."','".date("m.d.y.H.i.s")."')";
$res = mysql_query($sql) or die(mysql_error());
Código:
Es un subidor de imagenes.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 'subidor`,`dia`) VALUES ('716147_trollscience.png','716147_trollscien' at line 2
Espero que me puedan ayudar.
Gracias,
Kozenko!