OK Thank you


""Richard Lynch"" <[EMAIL PROTECTED]> wrote in message
01ea01c09ac4$a08aeaa0$[EMAIL PROTECTED]">news:01ea01c09ac4$a08aeaa0$[EMAIL PROTECTED]...
> Check your php.ini setting of "global_vars"
>
> If you used that php.ini-optimized, well, that was one of the
optimizations.
>
> Turn it back on or switch to using $HTTP_POST_VARS['name'] everywhere.
>
> --
> Visit the Zend Store at http://www.zend.com/store/
> Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
> Volunteer a little time: http://chatmusic.com/volunteer.htm
> ----- Original Message -----
> From: "Ivo Stoykov" <[EMAIL PROTECTED]>
> Newsgroups: php.general
> Sent: Monday, February 19, 2001 1:59 PM
> Subject: [PHP] form's variable access problem
>
>
> > Hi guys
> >
> > I'faced a problem (and was said it is a common one) using php4 with
Apache
> > 1.3.12 under win98se
> >
> > I'm using a form with an <input type="text" name="name">
> >
> > The problem is that I cannot find the $name afterwards in the script.
but
> I
> > can using $HTTP_POST_VARS["name"]
> >
> > I have not this problem using Linux.
> >
> > Any ideas how could I avoid this? Thank you
> >
> > Ivo
> >
> >
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> >
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to