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

Reply via email to