Uploading with unlink() read errors.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ThaRebel
Forum Newbie
Posts: 12
Joined: Wed Oct 22, 2003 7:56 am

Uploading with unlink() read errors.

Post by ThaRebel »

How can i upload files with unlink(), or a different commando and set the read permissions?
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

please explain in more detail
unlink() is used to delete a file.
Post Reply