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