zmerz145
01-12-2008, 05:36 PM
I am getting a syntax error saying:
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ',' or ';' in /home/waigo/public_html/register.php on line 115
Here is the code:
<div align="center">
<input type="submit" name="submit" value="Register" /></div>
<input type="hidden" name="submitted" value="TRUE" />
</form>
<?php // Include the HTML footer.
Line 115 include ('footer.html');
?>
Please advise me where I screwed up.
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ',' or ';' in /home/waigo/public_html/register.php on line 115
Here is the code:
<div align="center">
<input type="submit" name="submit" value="Register" /></div>
<input type="hidden" name="submitted" value="TRUE" />
</form>
<?php // Include the HTML footer.
Line 115 include ('footer.html');
?>
Please advise me where I screwed up.