hello when i run this code, i get this error :
Parse error: syntax error, unexpected T_PRINT in /home/a9017639/public_html/mzrt.php on line 19
<html>
<head>
<link type="text/css" rel="stylesheet" href="xxxx.css">
<Title>xxxxxxxx</Title>
</head>
<body>
<P>
<h1 style="text-align:center;font-size:60px">xxxxxxt</h1>
<BR CLEAR=ALL>
<HR>
<div class="tres">
<?PHP
$zacc=0;
if(isset($_POST['submit'])) {
$animal=$_POST['animals'];
}
?>
<h3> Selected Animal:<? PHP print $animal; ?> </h3>
</div>
can you provide some assistance