RE: [PHP] Creating a global variable for all PHP pages?

2002-03-20 Thread Lance Lovette
le for all PHP pages? what about a common include file? -Original Message- From: Lance Lovette [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 4:00 PM To: Warrick Wilson; [EMAIL PROTECTED] Subject: RE: [PHP] Creating a global variable for all PHP pages? Take a look at this PHP

RE: [PHP] Creating a global variable for all PHP pages?

2002-03-20 Thread Martin Towell
what about a common include file? -Original Message- From: Lance Lovette [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 4:00 PM To: Warrick Wilson; [EMAIL PROTECTED] Subject: RE: [PHP] Creating a global variable for all PHP pages? Take a look at this PHP extension and see if

RE: [PHP] Creating a global variable for all PHP pages?

2002-03-20 Thread Lance Lovette
Take a look at this PHP extension and see if it will help solve your problem. It doesn't work on Windows yet though... http://pwee.sourceforge.net Lance -Original Message- From: Warrick Wilson [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 21, 2002 2:49 PM To: [EMAIL PROTECTED] Sub

RE: [PHP] Creating a global variable for all PHP pages?

2002-02-21 Thread Kevin Stone
I don't know why you would need to do this in the PHP installation. I just create a globals.php file (call it what you like) that contains all of my multi-script variables. Then I include the file into each script as needed. The file contains CSS pointers, database functions, and anything else