Re: how to delete directories that are created by PHP?
Eric Layman wrote:
Hi,
I have folders that are created by PHP.
Now, I cannot delete these php created folders via FTP.
Are there any solutions?
Have you tried the right function?
http://www.php.net/manual/en/function.rmdir.php
Don't forget to read what it says about empty.
--
//Aho
.
Relevant Pages
- Re: Window Server 2003 R2 x64 Std Apache/PHP/Tomcat Security
... and PHP Security and Security of Tomcat. ... In my installation with Apache 2 and PHP 5 is possible to make/list folder/files to C: root and every where in server. ... How to I setup these user settings like there only to possible to make things above only in wanted folders and exec function can be used only for run chosen applications. ... (microsoft.public.windows.server.security) - Re: Simpler urls
... OK so no considerations for my php coding? ... Sounds like I could set up however big an htaccess file to identify my simplified structure but maybe at some point it would take a hit on performance... ... Each addition to the photo library sits under some number of folders with a name like: '2007-06-19-location' sometimes only with the date in which case the indexer would build something like 'stanyan/2007-06-19'. ... (comp.lang.php) - RE: [PHP] Readdir() question
... (or similar depending on your needs, you might also want a folders ... The advantages of mapping real files in a virtual location is that you ... For an upload system you would need to write a PHP script on the ... got to do it in the scheduled job, ... (php.general) - Read Only Problems
... on some of my folders. ... PHP in dealing with news on my homepage. ... and windows makes the folder a read-only ... folder...i try to uncheck the read-only attribute and it ... (microsoft.public.windowsxp.security_admin) - read only problems
... on some of my folders. ... PHP in dealing with news on my homepage. ... and windows makes the folder a read-only ... folder...i try to uncheck the read-only attribute and it ... (microsoft.public.windowsxp.security_admin) |
|