Variable & Configuration Problem - PHP
This is a discussion on Variable & Configuration Problem - PHP ; 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 ...
-
Variable & Configuration Problem
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
-
Re: Variable & Configuration Problem
I guess you are using php.ini-optimized, right?
Take a look at
http://www.php.net/manual/en/languag...s.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
>
>