[PHP-WIN] Re: PHP not outputting HTML

2003-10-30 Thread Norbert Grüttner
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 -

[PHP-WIN] Re: unlink?

2003-04-03 Thread Norbert Grüttner
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

[PHP-WIN] Re: PHP 4.3.0 vs 4.2.3

2003-02-03 Thread Norbert Grüttner
"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

[PHP-WIN] PHP 4.3.0 vs 4.2.3

2003-02-02 Thread Norbert Grüttner
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