Upload Script

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
doubleduceFL
Forum Newbie
Posts: 1
Joined: Tue Mar 23, 2004 9:33 pm
Location: Ft. Myers/FL
Contact:

Upload Script

Post by doubleduceFL »

Upload Script - CHMOD permission settings
Goowe
Forum Commoner
Posts: 94
Joined: Mon Mar 15, 2004 9:51 am
Location: Southeast Alaska

Post by Goowe »

What's your problem? When you use the chmod() function you have to make sure the permissions are in digits and have four digits in them

example: chmod($filepath, 0644)

http://us4.php.net/manual/en/function.chmod.php
Post Reply