Please answer this simple SPAM challenge: six plus one? (Example: nine)
<?php $v = base_convert(3.14, 10, 10); var_dump($v);?>output: string(3) "314"
<< Back to user notes page