Program that allows you to display random numbers.
<?php
$random = (rand()%100);
echo "$random is a number fro 0 to 100 which is randomly selected");
?>
$random = (rand()%100);
echo "$random is a number fro 0 to 100 which is randomly selected");
?>
0 comments:
Mag-post ng isang Komento