Create a php web page using random generetor function to create random value throwing a dice. Create two user defined function namely ThrowDice ($d_array,$times) and function DiplayResult function. The rand function is ++rand _array [rand (1,6)]; within the ThrowDice function
<?php
$numT =2000;
$Dice = array();
echo "<p>The die will be thrown $numT$time</p>
Code body create here
?>
Comments
Leave a comment