Thanks. I was under the impression that those with an opposite problem had
to enable the value.  I had just come across this solution earlier today and
was going ot try it when I get the chance.

"Dvdmandt" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> register_globals in php.ini should be set to On in order for that to
work...
> "Jeremy" <[EMAIL PROTECTED]> skrev i meddelandet
> news:[EMAIL PROTECTED]
> > I am having an issue with my server.  I'm relatively new to PHP, so I've
> > been looking over a lot of tutorials and articles lately.  One common
> theme
> > (and the reason I'm using PHP) is forms.  The code typically uses an
echo
> to
> > pull the variabl from the HTTP_POST_VARS without explicitly stating it.
> IE,
> > the tutorials use $name instad of $HTTP_POST_VARS["name"].
> >
> > My problem is this, if I use $HTTP_POST_VARS["name"], it works just
fine.
> > If I just try to use $name, it shows up empty.  The rest of the code
will
> > work fine.  Any thoughts?
> >
> >
>
>



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to