SV: [PHP-INST] Something wrong with PHP on my Apache webserver

2002-05-18 Thread Carsten Gehling
> Fra: Philip Weiss [mailto:[EMAIL PROTECTED]] > Sendt: 18. maj 2002 03:19 > Emne: [PHP-INST] Something wrong with PHP on my Apache webserver > > It seems like data from an html form doesn't get passed to the php script. > For example, if I had a form tag like this: T

Re: [PHP-INST] Something wrong with PHP on my Apache webserver

2002-05-17 Thread Jim Thome
Read the section on external variables in the release announcement. http://www.php.net/release_4_2_1.php --Jim >>> "Philip Weiss" <[EMAIL PROTECTED]> 05/17/02 19:28 PM >>> It seems like data from an html form doesn't get passed to the php script. For example, if I had a form tag like this:

[PHP-INST] Something wrong with PHP on my Apache webserver

2002-05-17 Thread Philip Weiss
It seems like data from an html form doesn't get passed to the php script. For example, if I had a form tag like this: Then script.php wouldn't have any of the variables. So $test would be blank (=""). Why does this happen? I think it is something wrong with my Apache webserver. Anyone know?