View Single Post
  #1 (permalink)  
Old 03-24-06, 02:27 PM
brian110872 brian110872 is offline
New Member
 
Join Date: Mar 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Warning: Division by zero

Hello,

Im get the following error message:

Warning: Division by zero in /home/find-a-w/public_html/bmi.php on line 16
PHP Code:



<?

if (isset($X2))
{



echo ((
$Y2 703) / ($X2 $X2));


}



?>
The value for Y2 is 200 and the value for X2 is 71.

Anyone have any ideas?

Thank You,
Brian
Reply With Quote