<!DOCTYPE html>
<html>
<body>
<?php
echo(mt_rand() . "<br>");
echo(mt_rand() . "<br>");
echo(mt_rand(10,100));
?>
</body>
</html>