Current location: Hot Scripts Forums » Programming Languages » PHP » Delete an image with php


Delete an image with php

Reply
  #1 (permalink)  
Old 04-21-04, 06:39 PM
mdhall's Avatar
mdhall mdhall is offline
Aspiring Coder
 
Join Date: Oct 2003
Posts: 510
Thanks: 1
Thanked 1 Time in 1 Post
Delete an image with php

I'm wondering theres a way to have php delete an image from a directory. I have a db table, and each row has a field holding a filename for an image, which is stored in a folder. If I delete a row, of course deleting the filename at the same time, I want to delete the image it links to as well. Is this possible?
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 04-21-04, 08:30 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
PHP Code:

unlink($path_to_image); 

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 04-22-04, 06:28 AM
NeverMind's Avatar
NeverMind NeverMind is offline
Community VIP
 
Join Date: Aug 2003
Location: K.S.A
Posts: 2,257
Thanks: 0
Thanked 2 Times in 1 Post
regardless of the file type, unlink() will delete the file with the path you provieded..
__________________
PHPSimplicity
We don't need a reason to help people - Zidane [FF9]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #4 (permalink)  
Old 04-22-04, 04:24 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
eh, nevermind.
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 image slideshow hockeykid Script Requests 4 06-13-04 08:08 PM
php in image? lazygamer PHP 5 03-23-04 03:25 AM
Need help on a image slide show using php! xelanoimis PHP 2 10-16-03 07:51 PM
Rotate an image (CW, CCW) in php? borgo PHP 4 08-16-03 04:47 AM


All times are GMT -5. The time now is 08:40 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.