Hey guys this one might be simple for ya..
how do you get a exponent of a verable.. example...
<?
$Value = 4;
$Exponent = 2;
$Equals = 1E$Exponent + $Value;
PRINT ("Equals");
?>
shoudl be simple.. i have tried all kinds of things.. please help
Ian LeBlanc
2tonecafe.com Admin
727-517-3866
You can have [EMAIL PROTECTED] free too. Apply today!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]