PHPverse 2025

Voting

: min(six, nine)?
(Example: nine)

The Note You're Voting On

alex at feidesign dot com
20 years ago
If you cannot chmod files/directories with PHP because of safe_mode restrictions, but you can use FTP to chmod them, simply use PHP's FTP-functions (eg. ftp_chmod or ftp_site) instead. Not as efficient, but works.

<< Back to user notes page

To Top