Please answer this simple SPAM challenge: min(three, one)? (Example: nine)
Be careful :<?php$n="19.99";print intval($n*100); // prints 1998print intval(strval($n*100)); // prints 1999?>
<< Back to user notes page