[PHP] problems with rename() - permission denied

2003-03-25 Thread Christian Rosentreter
0777); /* this fails with "Permission denied" */ rename($swapfile,$filename); /* ... but this works */ copy($swapfile,$filename); unlink($swapfile); } --- 8< Thanks 4 help... -- christian rosentreter -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Viewing PHP pages

2003-03-24 Thread Christian Rosentreter
Hi, I don't think this's the solution... so take this msg only as info. :) Same problem can happen with old browsers. Solution is to add ".php" to MIME-Settings of "text/html". I had this problem with eBay (*.dll) some times ago. :) But I think it's a problem with your ISP. If there are error

[PHP] last modification date of remote files

2003-03-21 Thread Christian Rosentreter
Hello, Is there a way to get the last modification date of a remote file? fstat() seems not to work on remote files. Also filemtime() not work. Thanks for help. -- christian rosentreter -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] (newbie)textareas ...someone...please help

2003-03-18 Thread Christian Rosentreter
Hi, use for transporting sensitive data. regards, Christian > -Original Message- > From: Mirco Ellis [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 18, 2003 10:06 AM > To: Php-General (E-mail) > Subject: [PHP] (newbie)textareas ...someone...please help > > can edit it and >