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