ahora q lo intento implemnetar me marca un error.
cuando doy la consulta
Código PHP:
$consulta = "INSERT INTO Puntaje(idUsuario, puntajePositivom, puntajeNegativom) VALUES( " . $_SESSION['id'] . ", " . $resultadop . ", " . $resultadon . ");";
$resultado = mysql_query($consulta) or die("La consulta falló: " .
mysql_error());
y cuando adquiri el gettype de $_SESSION['id'] me lo dio null...
alguien podria ayudarme??
quiero q me inserte en la base de datos con el id del usuario y los valores q les paso a las variables
error q me sale al imrpimir session
Notice: Undefined index: id
error al hacer la consulta
Notice: Undefined index: id in C:\xampp\htdocs\juego\resto\insertapuntos.php on line 8
La consulta falló: 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 ' 16, 9 )' at line 1