ConFoo Montreal 2026: Call for Papers

Voting

: min(two, four)?
(Example: nine)

The Note You're Voting On

samy dot see at gmail dot com
14 years ago
if you get this problem Permission denied in windows testing your site maybe this will resolve the problem

<?php
if(file_exists($path.'/Thumbs.db')){
unlink($path.'/Thumbs.db');
}
?>

and then

<?php rmdir($path); ?>

<< Back to user notes page

To Top