RE: [PHP-INST] no variable passing

2002-10-22 Thread Warren Mason
IL PROTECTED] > Subject: Re: [PHP-INST] no variable passing > > > Read this: > http://www.php.net/manual/en/security.registerglobals.php > > >>> Warren Mason <[EMAIL PROTECTED]> 10/22/02 20:19 PM >>> > I have a strange problem in that no variables are being

Re: [PHP-INST] no variable passing

2002-10-22 Thread Jim Thome
Read this: http://www.php.net/manual/en/security.registerglobals.php >>> Warren Mason <[EMAIL PROTECTED]> 10/22/02 20:19 PM >>> I have a strange problem in that no variables are being passed between a form and the called php page. It works with a cgi script but if the called page is a .php one the

[PHP-INST] no variable passing

2002-10-22 Thread Warren Mason
I have a strange problem in that no variables are being passed between a form and the called php page. It works with a cgi script but if the called page is a .php one then the data isn't passed across. I asked the admin of the system about it and he said to use $_POST to get the variable ( eg: $Sub