<?phpint mt_getrandmax( ) ?>
<?php $rdm01 = getrandmax();echo 'The maximum random number for this system is:<br><br>' . $rdm01 . '<br><br>';?>