This is the Error Message I am getting:
Parse error: syntax error, unexpected $end in /home/rick8027/public_html/index.php on line 42
Can anybody go here and tell me what I can do to fix this???\\
www.x01hosting.com/index.html thanks for the help
here's the stuff in my PHP file at the bottom of it
I don't see anything about $end in there..
<html>
<head>
<title> See Your Calcuation Results </title>
</head>
<body>
<p> The Answer for the calculation is: <? echo "$result"; ?></p>
</body>
</html>
Parse error: syntax error, unexpected $end in /home/rick8027/public_html/index.php on line 42
Can anybody go here and tell me what I can do to fix this???\\
www.x01hosting.com/index.html thanks for the help
here's the stuff in my PHP file at the bottom of it
I don't see anything about $end in there..
<html>
<head>
<title> See Your Calcuation Results </title>
</head>
<body>
<p> The Answer for the calculation is: <? echo "$result"; ?></p>
</body>
</html>