I can't remmeber how to configure php.ini so that if I get the URL

http://localhost/index.php?var1=10

an echo $var1 will return 10

What I mean, is that _GET["var1"] exists, but I want $var1 to be available.

Any hint?

-- 
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

Reply via email to