Current location: Hot Scripts Forums » Programming Languages » PHP » [SOLVED] Delete Folder with PHP?


[SOLVED] Delete Folder with PHP?

Reply
  #1 (permalink)  
Old 09-02-05, 02:38 PM
Nico's Avatar
Nico Nico is offline
Community Leader
 
Join Date: Sep 2005
Location: Spain
Posts: 8,074
Thanks: 11
Thanked 88 Times in 83 Posts
[SOLVED] Delete Folder with PHP?

Hi,
I'm writing on a PHP script which requires an installation. I've got all the installation files in the same folder, and I want to remove this folder after installing with a click on a link or button or something like that. Is that possible? I've been searching on Google a long time... without luck! I hope someone can help. Thanks in advance,

Nico

EDIT:

Since this topic gets a lot of views still, I'll post an example here:
PHP Code:


// Path to directory you want to delete
$directory 'directory';

// Delete it
if (rmdir($directory))
{
    echo 
"{$directory} has been deleted";
}
else
{
    echo 
"{$directory} could not be deleted";


Last edited by Nico; 01-18-09 at 12:28 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 09-02-05, 02:47 PM
Keith's Avatar
Keith Keith is offline
Community Liaison
 
Join Date: Feb 2004
Posts: 1,232
Thanks: 1
Thanked 11 Times in 11 Posts
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
delete duplicate rows in mysql using php seans9 PHP 4 07-16-08 10:42 PM
PHP Downside--Solutions? Amulet PHP 10 07-15-05 09:26 AM
PHP multi-dimensional array sorting issue aqw PHP 2 06-25-05 12:09 AM
PHP / Graphic Developers someotherguy582 Job Offers & Assistance 1 06-05-05 08:40 PM
Delete an image with php mdhall PHP 3 04-22-04 04:24 PM


All times are GMT -5. The time now is 05:34 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.