Hello again;
does the following test pass if the file is successfully included:
if( include( some file ) )

or does it pass with:
if( ! include( some file ) )

Thanks
JK

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to