How To Delete A File In Php Deleting Files With Php Remove
how to delete a file in php deleting files with php remove
how, to, delete, a, file, in, php, deleting, files, with, php, remove
How To Delete A File In Php Deleting Files With Php Remove
Post Description: how to delete a file in php deleting files with php remove
POST# 445
Posted On: Fri Feb 29, 2008 12:01 pm
web hosting
Topic: How To Delete A File In Php Deleting Files With Php Remove
if you want to delete or remove a file with your php scripts, you can do that in the code with one simple function:

$file = 'delete.txt';
unlink($file);


the above code would delete a file called delete.txt

hope this helps


No Repies
(0) Comments for How To Delete A File In Php Deleting Files With Php Remove

What do you think?

* name:  

* email:  

* Please enter comments:


Receive Replies on my Comments
(An email will be sent to you when someone replies to your comments)

Add image to comments
yes no             upload