Cita:
Iniciado por Patriarka Hola Andres, el AS es opcional en mysql.
Yoly me gustaria ver el valor de $_SESSION['MM_Username']
hace esto:
var_dump($_SESSION['MM_Username']);
quizas este esperando un tipo de dato especifico
Pone esto:
#1064 - 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 'var_dump($_SESSION['MM_Username'])' at line 1
var_dump(
$_SESSION[ 'MM_Username']
);