Re: [PHP] TO Bryan LipscyRe: [PHP] i got a problem

2003-03-05 Thread Luis A
> comentario) VALUES ('$nombre', '$direccion', '$telefono', '$email', > '$pais', '$comentario')"; > > There is no need for the \n in the SQL call. > > > -Original Message- > From: Luis A [ma

RE: [PHP] TO Bryan LipscyRe: [PHP] i got a problem

2003-03-05 Thread Bryan Lipscy
']; $pais = $_POST['$pais']; $comentario = $_POST['$comentario']; $sql = "INSERT INTO agenda (nombre, direccion, telefono, email, pais, comentario) VALUES ('$nombre', '$direccion', '$telefono', '$email', '$pais', '$comentar

Re: [PHP] TO Bryan LipscyRe: [PHP] i got a problem

2003-03-05 Thread 1LT John W. Holmes
"He" probably needs register_globals turned ON in your php.ini file. ---John Holmes... - Original Message - From: "Luis A" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 04, 2003 11:49 PM Subject: [PHP] TO Bryan LipscyRe: [PHP] i got a

[PHP] TO Bryan LipscyRe: [PHP] i got a problem

2003-03-05 Thread Luis A
HE show me this INSERT INTO agenda (nombre, direccion, telefono, email, pais, comentario) VALUES ('','','','','','')¡THANKS! WE HAVE RECEIVED YOUR DATA. i think he does not asimilate the $ on the variable VALUES (' $DATA,' ) - Original Message - From: "Bryan Lipscy" <[EMAIL PROTECTED]> To