Any ideas what is wrong with this?:
Code: Select all
<?php
$weight = 3150;
$HP = 500;
$answer = (6.9446 X ($weight / $HP)^.2841);
print "$answer";
?>Code: Select all
Parse error: syntax error, unexpected T_STRING in c:\program files\apache group\Apache\htdocs\mile.php on line 4