View Single Post
Old 01-25-2008, 12:48 AM   #20 (permalink)
TlcAndres
The Addict
 
Join Date: Nov 2007
Posts: 264
Thanks: 2
TlcAndres is on a distinguished road
Default

PHP Code:

while($total == 1)
{
   ++
$x;
   
$total = ((10 pow($x,3) + pow($x,2) + 10 $x 8) / (pow($x,2) + 1)) - 10 $x 7;
   echo (
'foo');


(don't quote me on the math, haven't tried it)
TlcAndres is offline  
Reply With Quote