I guess you are using php.ini-optimized, right?
Take a look at
http://www.php.net/manual/en/language.variables.external.php

I suggest to read PHP Manual :)

--
Yasuo Ohgaki

Patrick Quaedackers wrote:

> Hello all!
> I installed PHP 4.0.6 om my server (Winnt server, Apache), and I started testing 
>with it.
> 
> The problem I have now is this:
> I want to read the data passed from a form trough a variable.
> Let's say the form field is called Test. I want to use $Test in my PHP script to 
>read that variable.
> 
> But all variables stay empty. I don't wan't to use the Query_string to get my 
>variables.
> 
> Can anybody tell me what INI-setting(s) I got to turn on or off??????
> 
> Thanks!!!
> 
> Greetz
>   Patrick
> 
> 



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