Wednesday 06 January 2010 6:05:50 pm
Hi, i'm a big newbie to php and most online programming. Call me old school, the last thing I did was C++ on the good ol pentium 1s. I'm trying to get my site up and running through my server, and I've run into a barrier with configuration. The message is " 1. PHP does not register environment variablesPHP is currently not configured to register enviroment variables in the global variable $_ENV. " The forums have the answer just add " variables_order = "EGPCS" in php.ini " My question is HOW do I add this command. I've tried pasting it into the config.php but I get nothing but errors. Whats the syntax or method for adding this line of code? It's not in the config.php-reccomended. Thank you well in advance! ben
|