Wrox Programmer Forums
Go Back   Wrox Programmer Forums > PHP/MySQL > Beginning PHP
|
Beginning PHP Beginning-level PHP discussions. More advanced coders should post to the Pro PHP forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Beginning PHP section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 26th, 2005, 03:36 AM
Authorized User
 
Join Date: Jul 2004
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Default How can I delete a file

 Hello
          I use the unlink function to delete a file .

<?
           unlink('test.txt');
?>

but it return error :Permission denied! I set all the permission ti the root document directory and this file.But this error still existed.
                                                          thanks
                                                           Som

 
Old July 28th, 2005, 05:50 AM
Authorized User
 
Join Date: Jul 2004
Posts: 79
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to rajuru Send a message via Yahoo to rajuru
Default

Please use fileperms() to check the permission setting for your file before deleting.


Best Regard:
Md. Zakir Hossain (Raju)
www.rubd.net
www.xenexbd.com
Cheap Hosting, Domain, Reseller
www.forum.rubd.net
 
Old July 28th, 2005, 02:29 PM
Friend of Wrox
 
Join Date: Mar 2004
Posts: 357
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to anshul
Default

chmod() the file to '0777' and then unlink()

http://www.mediasworks.org/tutorials/

http://anshul.guideseeq.com/personal/





Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to delete file System.IO.Delete error maricar C# 13 March 14th, 2014 06:50 AM
File Delete qazi_nomi Classic ASP Basics 1 May 17th, 2005 06:54 PM
Delete a file on the server zaeem Classic ASP Basics 0 April 20th, 2005 10:10 PM
JSP file upload and delete file pandjie JSP Basics 0 January 29th, 2005 10:49 PM
Delete A File jmss66 VB How-To 5 August 10th, 2004 11:18 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.