Webmaster Malaysia Forum  


Go Back   Webmaster Malaysia Forum > Website Design & Development > Website Programming

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
unlink file dari server..tolong....
Old
  (#1 (permalink))
New kid on the block
itusgoo is on a distinguished road
 
Status: Offline
Posts: 3
Join Date: Apr 2008
Location: Kuching
Rep Power: 0
unlink file dari server..tolong.... - 25-04-2008, 12:03 PM

hai semua...

saya nak minta tolong sikit kat sini tentang php.
saya tengah wat projek final year saya. begini ceritanya..

saya ada buat satu database untuk download dan upload file.
kat admin page admin boleh upload dan delete file yang dia dah upload.
saya dah boleh buat delete. tapi masalah saya sekarang bila saya delete
file yang saya dah upload file yg saya upload kat server(kat folder UPLOAD)
tak di buang sekali.. saya guna unlink comand tu tapi takleh. dia kuar
permission denied.. coding saya lebih kurang camnie...


PHP Code:

if($_POST['buang_dari_database']) {

foreach(
$_POST as $file_id) { 

unlink(upload.$row['img_source_name']);

mysql_query("DELETE FROM file WHERE file_id='$file_id' LIMIT 1"); 
                 





data kat database boleh dibuang. cuma file dia tak bole..
dia kuar yang nie

Warning: unlink() failed (Permission denied) in c:\phpdev\www\amscafe\admin.php on line 41


sesiapa leh tolong tak..huhuuu
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



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

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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Tolong!Tolong!! Urgent giler nie... Apit Website Programming 4 29-03-2008 05:35 PM
How to host website and email at my company server server calvynlee Mamak Stall 1 07-04-2007 04:34 AM
ASP, IIS5.0 and SQL Server 2000 in the same server problem. irwanbaharom Website Programming 6 14-09-2005 02:06 PM
cammane nak berinteract ngan cgi or ngan any file eg. text file nos Website Design 7 12-08-2002 11:30 AM
camner nak buek dumb database file - tolong saya Nelayan Website Programming 0 05-05-2002 07:48 AM




Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
vBulletin Skin developed by: vBStyles.com

WebmasterMalaysia.com is Proudly Hosted by Exabytes Semi Dedicated Server.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57