Hello John, Tuesday, February 10, 2004, 8:20:50 PM, you wrote:
JWH> include($_CONF['path'] . '/test.php'); This is slightly off-topic, but related to the include() function. What is the given "standard" regarding when you should or shouldn't use braces on a function. For example: include "$dir/file.php" vs. include("$dir/file.php") Both work just fine. The manual includes examples of both methods. So which do most people consider "the right way" ? -- Best regards, Richard mailto:[EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php