[PHP] Re: Forms not passing variables

2002-07-10 Thread Derick Rethans

Hai,

did you check the setting of register_globals really changed? See the 
phpinfo(); output if it's really set to on. If not, place your php.ini 
file in the correct location.

Derick

Hopp3r wrote:
 Hello all.
 
   I have a site that was backed up, before the box was reformatted and
 rebuilt. Apache and PHP were upgraded.  I have since resored all of the
 files and DB's that make up my site. Now, in doing some testing, the html
 forms are not passing variables to the next page. Specifically, these
 variables are the databse name, and the infor to be insereted into that
 database. My site uses frames, and it trying to pass the information from a
 form on one static page (menu) to the main window to display results. This
 used to work before I got the bright idea to upgrade.
 
  I have tried setting register_globals=on to see if that might help, but
 it had no effect. Has anyone else had, or is currently having issues like
 these? If you think you have any answer, please let me know. I will just
 about try anything to make this work again.
 
 Thanks,
 RC
 
 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: Forms not passing variables

2002-07-10 Thread Martin Clifford

Did you restart your server after changing register_globals?  Try that.

 Derick Rethans [EMAIL PROTECTED] 07/10/02 02:30PM 
Hai,

did you check the setting of register_globals really changed? See the 
phpinfo(); output if it's really set to on. If not, place your php.ini 
file in the correct location.

Derick

Hopp3r wrote:
 Hello all.
 
   I have a site that was backed up, before the box was reformatted and
 rebuilt. Apache and PHP were upgraded.  I have since resored all of the
 files and DB's that make up my site. Now, in doing some testing, the html
 forms are not passing variables to the next page. Specifically, these
 variables are the databse name, and the infor to be insereted into that
 database. My site uses frames, and it trying to pass the information from a
 form on one static page (menu) to the main window to display results. This
 used to work before I got the bright idea to upgrade.
 
  I have tried setting register_globals=on to see if that might help, but
 it had no effect. Has anyone else had, or is currently having issues like
 these? If you think you have any answer, please let me know. I will just
 about try anything to make this work again.
 
 Thanks,
 RC
 
 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php 



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: Forms not passing variables

2002-07-10 Thread Hopp3r

Thanks Derick,

You were right. globals is still off in phpinfo(). How does one make it
reread the ini file, or where is correct location to copy my existing
php.ini file?

RC



Derick Rethans [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Hai,

 did you check the setting of register_globals really changed? See the
 phpinfo(); output if it's really set to on. If not, place your php.ini
 file in the correct location.

 Derick

 Hopp3r wrote:
  Hello all.
 
I have a site that was backed up, before the box was reformatted and
  rebuilt. Apache and PHP were upgraded.  I have since resored all of the
  files and DB's that make up my site. Now, in doing some testing, the
html
  forms are not passing variables to the next page. Specifically, these
  variables are the databse name, and the infor to be insereted into that
  database. My site uses frames, and it trying to pass the information
from a
  form on one static page (menu) to the main window to display results.
This
  used to work before I got the bright idea to upgrade.
 
   I have tried setting register_globals=on to see if that might help,
but
  it had no effect. Has anyone else had, or is currently having issues
like
  these? If you think you have any answer, please let me know. I will just
  about try anything to make this work again.
 
  Thanks,
  RC
 
 





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Re: Forms not passing variables

2002-07-10 Thread Hopp3r

Martin,

  I just rebooted, and it still show them to be off?

RC


Martin Clifford [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
Did you restart your server after changing register_globals?  Try that.

 Derick Rethans [EMAIL PROTECTED] 07/10/02 02:30PM 
Hai,

did you check the setting of register_globals really changed? See the
phpinfo(); output if it's really set to on. If not, place your php.ini
file in the correct location.

Derick

Hopp3r wrote:
 Hello all.

   I have a site that was backed up, before the box was reformatted and
 rebuilt. Apache and PHP were upgraded.  I have since resored all of the
 files and DB's that make up my site. Now, in doing some testing, the html
 forms are not passing variables to the next page. Specifically, these
 variables are the databse name, and the infor to be insereted into that
 database. My site uses frames, and it trying to pass the information from
a
 form on one static page (menu) to the main window to display results. This
 used to work before I got the bright idea to upgrade.

  I have tried setting register_globals=on to see if that might help, but
 it had no effect. Has anyone else had, or is currently having issues like
 these? If you think you have any answer, please let me know. I will just
 about try anything to make this work again.

 Thanks,
 RC





--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: Forms not passing variables

2002-07-10 Thread Derick Rethans

Hello,

You reload the php.ini file by restarting your webserver, the correct 
location of php.ini can be found @ 
http://www.php.net/manual/en/faq.installation.php#faq.installation.phpini

Derick

Hopp3r wrote:
 Thanks Derick,
 
 You were right. globals is still off in phpinfo(). How does one make it
 reread the ini file, or where is correct location to copy my existing
 php.ini file?
 
 RC
 
 
 
 Derick Rethans [EMAIL PROTECTED] wrote in message
 [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 
Hai,

did you check the setting of register_globals really changed? See the
phpinfo(); output if it's really set to on. If not, place your php.ini
file in the correct location.

Derick

Hopp3r wrote:

Hello all.

  I have a site that was backed up, before the box was reformatted and
rebuilt. Apache and PHP were upgraded.  I have since resored all of the
files and DB's that make up my site. Now, in doing some testing, the

 html
 
forms are not passing variables to the next page. Specifically, these
variables are the databse name, and the infor to be insereted into that
database. My site uses frames, and it trying to pass the information

 from a
 
form on one static page (menu) to the main window to display results.

 This
 
used to work before I got the bright idea to upgrade.

 I have tried setting register_globals=on to see if that might help,

 but
 
it had no effect. Has anyone else had, or is currently having issues

 like
 
these? If you think you have any answer, please let me know. I will just
about try anything to make this work again.

Thanks,
RC




 
 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: Forms not passing variables

2002-07-10 Thread Hopp3r

FIXED !!!  Thank you all. I had to find out the path that PHP was looking in
to find php.ini file.

Thanks you all again!!!
RC


Hopp3r [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Hello all.

   I have a site that was backed up, before the box was reformatted and
 rebuilt. Apache and PHP were upgraded.  I have since resored all of the
 files and DB's that make up my site. Now, in doing some testing, the html
 forms are not passing variables to the next page. Specifically, these
 variables are the databse name, and the infor to be insereted into that
 database. My site uses frames, and it trying to pass the information from
a
 form on one static page (menu) to the main window to display results. This
 used to work before I got the bright idea to upgrade.

  I have tried setting register_globals=on to see if that might help, but
 it had no effect. Has anyone else had, or is currently having issues like
 these? If you think you have any answer, please let me know. I will just
 about try anything to make this work again.

 Thanks,
 RC





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php