Ver Mensaje Individual
  #1 (permalink)  
Antiguo 21/04/2012, 10:26
DavidBL
 
Fecha de Ingreso: diciembre-2009
Ubicación: España
Mensajes: 380
Antigüedad: 15 años, 2 meses
Puntos: 1
Error insertar mysql PHP

Tengo esto:
Código PHP:
Ver original
  1. $q = mysql_query("INSERT INTO 'usuarios'('key','email','password') VALUES($key,$email,$password)") or die(mysql_error());
y me da el siguiente error:
Cita:
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 ''usuarios'('key','email','password') VALUES(8,xxx,xxx' at line 1