Good evening all,
do you know if its possible to give an absolute path instead of a relative path for
include:
include( '../../menu.php' ); is OK
incude( '/inculde/menu.php' ); is Not OK
Depend where im in tree directory i have to change '../', then relative path
is not usefull in that case.
(ASP allows this in include directive with VIRTUAL parameter, so I suppose
PHP too?)
Olivier.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]