View Single Post
Old 2006-07-20, 05:27 PM   #2
HC-Majick
You can now put whatever you want in this space :)
 
HC-Majick's Avatar
 
Join Date: Oct 2004
Location: Upstate NY
Posts: 541
Send a message via ICQ to HC-Majick
edit: just noticed the rmdir part...

Code:
<?php
// Sets All Permissions
chmod("mydirectory", 0777);
?>
before your rmdir fuction??
__________________
Submit Your Freesites:

Last edited by HC-Majick; 2006-07-20 at 05:32 PM..
HC-Majick is offline   Reply With Quote