The script will work if either
a) PHP.INI is changed to allow short tags schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
> IIS 5, Windows 2000, PHP 4.3.3 ISAPI (manually installed) - but I'm not
> sure the ISAPI module is being called because when I go to
> http://fci.es.temp.roisupply.com/x.php -
Paul,
you have to make sure, that the file you are trying to delete via unlink is
not currently in use by you application:
Example which WILL NOT WORK
$array = File("filename");
Unlink ("filename");
Another one NOT WORKING
$fh = fopen("filename");
$data = fgets($fh);
unlink("filename"");
B
"Norbert GrüTtner" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
I doubt that differences in file permission are the reason for the problem,
because I managed to the script running just by changing the way it was
called.
th
Dear NG,
I have developped a small PHP application under W98, PWS and PHP 4.3.0.
Trying to call the PHP modules on my real website i get error message:
PHP Fatal error: Unable to open /php_test.php in Unknown on line 0
The URL in the browsers shows
internet //myweb/php_t