Re: [PHP] Newbie Define Paths question

2005-03-31 Thread Richard Lynch
> In what way does it not work? Syntax error? WILD GUESS: Maybe you just need parens: I wouldn't THINK you need that, but maybe somehow the constant makes it necessary... -- Like Music? http://l-i-e.com/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Newbie Define Paths question

2005-03-31 Thread Richard Davey
Hello Jackson, Thursday, March 31, 2005, 3:20:11 PM, you wrote: JL> What am I doing wrong when I try to make this: JL> Be sure you don't define a reserved word, but to get the above working do: include_once(INCLUDES . 'include.php'); Best regards, Richard Davey -- http://www.launchcode.co.

[PHP] Newbie Define Paths question

2005-03-31 Thread Jackson Linux
Hi, I've set the following: $nscfg['url'] ='http://www.domain.com/'; $nscfg['secure_url'] ='https://domain.com/'; $nscfg['site root'] = '/Users/username/public_html/'; $nscfg['base'] = 'http://www.domain.com/'; // For use in the HTML documents define ("URL", $nscfg['url']); // where to find Article