im getting this error:
Parse error: parse error, expecting T_VARIABLE' or'$'' in /home/sites/site4/web/ecogenics/page2.php3 on line 9
HERE IS PAGE 1 CODE:
<form action="page2.php3" method="POST">
<p>
<font face="Verdana, Arial, Helvetica, sans-serif" color=#000099 size="3">
<b>1. My skin coloring without a suntan is:</b>
</font>
<br>
</Font>
<font face="Verdana, Arial, Helvetica, sans-serif" color=#000099 size="2">
<input type="radio" name="1" value="1-fair" checked>
<b>1</b>-fair<br>
<input type="radio" name="1" value="2 medium">
<b>2</b>-medium
<br>
<input type="radio" name="1" value="3-dark">
<b>3</b>-dark
</font>
</p>
<input type="submit" name="submit" value="send">
</form>
HERE IS PAGE 2
<p>Here are the results of our short survey. </p>
<p>
<? echo $1?>
</p>
can someone please help me correct this?