shadiadiph Posted August 7, 2010 Share Posted August 7, 2010 I seem to be having a problem with directorys I cam mkdir("$userid,0755") but when i come to remove it with rmdir it doesn't remove it the directory is empty even through ftp and my control panel it won't let me delete it or change the file permissions from 755 any ideas? Link to comment https://forums.phpfreaks.com/topic/210054-problems-with-rmdir/ Share on other sites More sharing options...
shadiadiph Posted August 7, 2010 Author Share Posted August 7, 2010 don't worry i figured it out seems to work only with if(is_dir('dirname')) { rmdir('dirname') } Link to comment https://forums.phpfreaks.com/topic/210054-problems-with-rmdir/#findComment-1096271 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.