I have a script that can be customized for your site but the basic code is is below.
random.php:
<?
$minimum = '';
$maximum = '';
#=============================
$randnum = rand($minimum,$maximum);
echo $randnum;
?>
Just enter the minimum and maximum numbers you want, and reference random.php in your webpage. If you want more help, email me at
greggjewell@yahoo.com