[PHP] Stupid install ???
I have installed PHP4.2.1 and when I open a browser to look at a test php page? all I see is the php code, not the output of phpinfo(). I know it is something small that I have overlooked. Can someone help? Please??? Thanks in advance, RC Hopp3r -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] Forms not passing variables
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
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
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
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