---
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
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