what if you prepend your path with "./" :
include_once("./classes/first.class.php");
include_once("./second.class.php");
is the include path configured correctly?
--
View this message in context:
http://www.nabble.com/Chocked-tf2892714.html#a8082223
Sent from the PHP - General mailing list archive at Nabble.com.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

