Hello Ian, 

(IL == "Ian LeBlanc") [EMAIL PROTECTED] writes:

IL> Hey guys this one might be simple for ya..
IL> how do you get a exponent of a verable.. example...

<?php

$value = 4;
$exponent = 2;

$equals = pow($value, $exponent);

print($equals);

?>

http://www.php.net/manual/html/function.pow.html

-Brian
--
Logic: The systematic method of coming to
the wrong conclusion with confidence.



-- 
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]

Reply via email to