On Mar 16 Abr 2002 10:50, Jason Wong wrote:
> >
> > ----- Original Message -----
> > From: "Martín Marqués" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Tuesday, April 16, 2002 8:29 AM
> > Subject: [PHP] viewing get/post variables
> >
> > > 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.
>
> in php.ini
>
>  register_globals = on

register_globals is on.

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