{
echo "<BR>Please press back and resubmit the form.<BR>";
echo '<FORM>';
echo '<BUTTON onclick="java script: GoBack();">Back</BUTTON>';
echo '</FORM>';
}
this is just a block of code
else
{
echo "<TABLE align=\"center\" border=\"1\" width=\"80%\">";
echo "<TR>";
echo '<TH align="center" colspan="4">Details Entered</TH>';
echo "<TR>";
...
echo "</TABLE>";
}
now this is code associated with an else statement that has no corresponding if statement.