<!DOCTYPE html>
<html>
<body>
<?php
echo(mt_getrandmax());
?>
</body>
</html>