I've created a page that passes a variable to the next page via URL. The code is fine and the page work perfectly on the production server, but for some reason I can't get it to pass the variable on my test server here at home.
Does anyone have any idea why? Is there something that I need to turn on/enable in the php server config file?
I just recently installed the test server. I've always worked from a test directory on the production box, so I'm not that familiar with php server setup/config.
Anyone got any ideas? Any help would be much appreciated. Thanks.
-cz
Passing Variables in PHP
Moderator: General Moderators
Well you probably developed the script on a server that has register globals set on and the one you then put it on has it set off.
I think this sticky post deals with your issue: http://www.devnetwork.net/forums/viewtopic.php?t=511
I think this sticky post deals with your issue: http://www.devnetwork.net/forums/viewtopic.php?t=511
-
cypherzeros
- Forum Newbie
- Posts: 3
- Joined: Fri Aug 09, 2002 9:37 pm
-
cypherzeros
- Forum Newbie
- Posts: 3
- Joined: Fri Aug 09, 2002 9:37 pm