Hi all, I'm trying include .php files which reside in alternative directories or sub-directories. Such as a file which reside in www/chat/page.php, and for this page I would like to include a file which resides in www/forum/include/
I've tried the following which just results in a error: include '/forum/include/test.php'; aqnd multiple variations of it. How do I get around this problem? Greg -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php