Re: [PHP-WIN] Windows Include

2002-09-26 Thread Jim Hunter
--- From: Jason Date: Thursday, September 26, 2002 11:50:46 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Windows Include Can anyone help me? When i use the following include file: file globals.php $DB='whatever'; then reference it from another script with: I

[PHP-WIN] Windows Include

2002-09-26 Thread Jason
Can anyone help me? When i use the following include file: file globals.php $DB='whatever'; then reference it from another script with: I get $DB = 'whatever' being printed on the screen and the script cant recognise $DB (undefined) afterwards. Thanks for any help for a novice! -- PHP