shadiadiph Posted May 9, 2009 Share Posted May 9, 2009 I know how to make a directory mkdir("./secure/mail/$username/$savemailid", 0755); but how do i delete it Link to comment https://forums.phpfreaks.com/topic/157526-solved-how-to-delete-a-directory/ Share on other sites More sharing options...
gevans Posted May 9, 2009 Share Posted May 9, 2009 rmdir($dirname); Link to comment https://forums.phpfreaks.com/topic/157526-solved-how-to-delete-a-directory/#findComment-830544 Share on other sites More sharing options...
shadiadiph Posted May 9, 2009 Author Share Posted May 9, 2009 thanks again I did a search for mkdir on php.net maybe i am tired i didn;t see any rmdir related to mkdir thanks anyway, Link to comment https://forums.phpfreaks.com/topic/157526-solved-how-to-delete-a-directory/#findComment-830564 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.