On Lun 04 Nov 2002 00:10, Paul wrote:
> Ok, I have turned global vars off and I have replaced my old
> $HTTP_GET_VARS with $_GET[] but I seem to not get the values passed. I
> run the phpinfo and I see the variables being stored as
> _GET["variable_name"]
>
> Is calling $_GET["variable_name"] correct? If so, why would I not get
> the value?
>
> I use it in the following statement (checking if error_message is empty)
>
> if ($_GET["error_message"])
Did you check on what $_GET contains?
var_dump($_GET);
Saludos... :-)
--
Porqu� usar una base de datos relacional cualquiera,
si pod�s usar PostgreSQL?
-----------------------------------------------------------------
Mart�n Marqu�s | [EMAIL PROTECTED]
Programador, Administrador, DBA | Centro de Telematica
Universidad Nacional
del Litoral
-----------------------------------------------------------------
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php