Re: Newbie Define Paths question

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> <?php include_once INCLUDES."include.php"; ?>


In what way does it not work?

Syntax error?

WILD GUESS:
Maybe you just need parens:

<?php include_once (INCLUDES . "include.php");?>

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: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux