you need to define the variable in the globals super array... to define a 'global' that you can use later you must;
$var = 'value'; global $var; "Jason" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Can anyone help me? > > When i use the following include file: > > file globals.php > > $DB='whatever'; > > then reference it from another script with: > > <?php > include '..\..\globals.php'; > > ?> > 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 Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php