Buyocat Posted June 9, 2006 Share Posted June 9, 2006 Hi I'm trying to set up my home computer to work as a server however I'm running into a bit of an issue. On my web server I have a file with a series of define()'s where I lay down some configuration stuff. I call this file at the top of a script and then use the values throughout said script as well as other scripts which are called upon by the first one. It looks something like this:configs <=> index script1 script2 script3 etcAnyhow it works fine on the server and I can access the constant variables in script1 (that is one level down ie it calls the script that calls the configs) but I cannot access them from script2. I suspect that there is a switch I need to flip, but I'm not sure what, any suggestions?After poking around some more I have found that the problem is more bizarre than I previously thought. If I include the config file in troublesome script it still seems to be unable to access the constants. I can echo out the constants and anything else from the config file but as soon as I enter the other script I lose it. I'm really at a loss as to where my data is going, especially considering that in a second script this isn't happening, can someone give me a hand? Quote Link to comment https://forums.phpfreaks.com/topic/11546-switching-servers/ Share on other sites More sharing options...
Koobi Posted June 13, 2006 Share Posted June 13, 2006 you should post some code. Quote Link to comment https://forums.phpfreaks.com/topic/11546-switching-servers/#findComment-45184 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.