Please answer this simple SPAM challenge: seven minus three? (Example: nine)
Beware of empty files!<?php // Wrong $exp = floor(log($bytes) / log(1024)); //Correct $exp = $bytes ? floor(log($bytes) / log(1024)) : 0;?>
<< Back to user notes page