This is a very simple way to imitate the result number after throwing an dice.
<?php
// Seed
mt_srand(implode('', array_reverse(explode('.', microtime(true)))));
// Show the number
echo mt_rand(1, 6);
?>
VN:F [1.9.13_1145]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.13_1145]
» Latest comments