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

Reply via email to