lotrfan Posted October 13, 2007 Share Posted October 13, 2007 Very quick question. What does the "Parse error: syntax error, unexpected $end in C:\Program Files\Apache Group\Apache2\htdocs\hypotenuse.php on line 1083" error actually mean? And how should I try and fix it? Quote Link to comment https://forums.phpfreaks.com/topic/73129-solved-very-quick-question/ Share on other sites More sharing options...
kratsg Posted October 13, 2007 Share Posted October 13, 2007 That error means one of two things, you have one too many <?php ?> that are placed wrong (so it breaks up the code incorrectly). Or you're missing a curly bracket: }. Quote Link to comment https://forums.phpfreaks.com/topic/73129-solved-very-quick-question/#findComment-368775 Share on other sites More sharing options...
kenrbnsn Posted October 13, 2007 Share Posted October 13, 2007 It can also mean you're missing a closing quote. Ken Quote Link to comment https://forums.phpfreaks.com/topic/73129-solved-very-quick-question/#findComment-368779 Share on other sites More sharing options...
lotrfan Posted October 13, 2007 Author Share Posted October 13, 2007 Closing quote? Like missing one of these --> " ? ?? Quote Link to comment https://forums.phpfreaks.com/topic/73129-solved-very-quick-question/#findComment-368780 Share on other sites More sharing options...
kratsg Posted October 13, 2007 Share Posted October 13, 2007 Actually, a closing quote usually gave me a T_ELSE error rather than $end. He means either you're missing ',",or ; Quote Link to comment https://forums.phpfreaks.com/topic/73129-solved-very-quick-question/#findComment-368786 Share on other sites More sharing options...
lotrfan Posted October 13, 2007 Author Share Posted October 13, 2007 Hmmm...don't see any of those errors... I'm probably just missing it. thanks Quote Link to comment https://forums.phpfreaks.com/topic/73129-solved-very-quick-question/#findComment-368800 Share on other sites More sharing options...
kenrbnsn Posted October 13, 2007 Share Posted October 13, 2007 Please post the code that is giving you problems. Ken Quote Link to comment https://forums.phpfreaks.com/topic/73129-solved-very-quick-question/#findComment-368809 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.