Lunes, Marso 7

PHP Random Select

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");
?>

0 comments:

Mag-post ng isang Komento

 
Powered by Blogger