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