a random number function
function rand_num($lowest,$highest)
{
$rand_number = round(rand($lowest,$highest));
echo $rand_number;
}
|
|||||
|
a random number function function rand_num($lowest,$highest) Octal to decimal conversion first and this is the octal to decimal version Decimal to hexadecimal first <?php and then hexadecimal to decimal <?php <?php <?php <?php |
|||||
|
Copyright © 2010 Getphp : PHP and MySQL resources - All Rights Reserved Powered by Yahoo! Answers SEO Powered by Platinum SEO from Techblissonline |
|||||