[PHP] Application-level variables

2004-02-08 Thread Lloyd Bayley
Greetings Everyone, I am still new to PHP but am progressing nicely. I has helped a lot that I have had vast experience with ColdFusion (sorry) but have seen the light and am now doing rather nicely in PHP. My question is as follows... I have certain functions, variables etc that I would like

Re: [PHP] Application-level variables

2004-02-08 Thread Justin French
You can auto-prepend a file to all PHP scripts as they are called, in which you could store some application-wide variables like database usernames and passwords, config irectives, etc, BUT it's important to note that this file is loaded into PHP on every call basically as an include, and each

Re: [PHP] Application-level variables

2004-02-08 Thread Shaunak Kashyap
PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, February 08, 2004 5:54 AM Subject: [PHP] Application-level variables Greetings Everyone, I am still new to PHP but am progressing nicely. I has helped a lot that I have had vast experience with ColdFusion (sorry) but have seen the light and am now