From:             [EMAIL PROTECTED]
Operating system: WinNT  IIS
PHP version:      4.0.6
PHP Bug Type:     Any
Bug description:  $SCRIPT_FILENAME

<?php
$path=dirname($SCRIPT_FILENAME);
include($path."/inc/navi_d.inc");
?>

The code is ok and work on several servers, but on my own M$ IIS i get the
return Message:

Warning: Undefined variable: SCRIPT_FILENAME in
C:\Inetpub\wwwroot\informatik\index.php3 on line 50

Warning: Failed opening '/inc/navi_d.inc' for inclusion (include_path='')
in C:\Inetpub\wwwroot\informatik\index.php3 on line 51

What could be the reason?

-- 
Edit bug report at: http://bugs.php.net/?id=12310&edit=1


-- 
PHP Development 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]

Reply via email to