1.<html>
<head>
<title> health </title>
</head>
<body>
<?php
Echo "you have 5 health" ;
x=5
5-- ;
5-- ;
Echo "you lost 2 health" ;
echo "You have 3 health left" ;
?>
</body>
</html>
or
2<html>
<head>
<title> health </title>
</head>
<body>
<?php
Echo "you have 5 health" ;
x=5 ;
5-- ;
5-- ;
Echo "you lost 2 health" ;
echo "You have 3 health left" ;
?>
</body>
</html>
which should it be 1 or 2 or a diffrent 1?