srand(time());
$random1 = (rand()%9);
$random2 = (rand()%9);
$resultmulti=$random1 * $random2;
$myValidFile="test.txt";
$fh = fopen($myValidFile, "w");
fwrite($fh,$resultmulti);
?>
Join PI2PE mailing list
We invite you to join the PI2PE mailing list. We will use the list to announce updates and bug fixes.