SirChick Posted August 15, 2007 Share Posted August 15, 2007 Parse error: syntax error, unexpected $end in C:\xampp\htdocs\UnderTheBridge.php on line 47 I dont want to show you my code its too long and im worried about copyright... what should i look for in my code though that could be causing this ^? I have ton's of includes so it could be anything... is it basically saying im missing like a ; or a } ? Link to comment https://forums.phpfreaks.com/topic/65133-solved-what-am-i-missing-with-this/ Share on other sites More sharing options...
Daniel0 Posted August 15, 2007 Share Posted August 15, 2007 You probably has an unclosed curly bracket or something. It means the script ended where PHP did not expect it to. Link to comment https://forums.phpfreaks.com/topic/65133-solved-what-am-i-missing-with-this/#findComment-325089 Share on other sites More sharing options...
LiamProductions Posted August 15, 2007 Share Posted August 15, 2007 I had this error earlier today i put that error into Google and found out that it means a misplaced } somewhere Link to comment https://forums.phpfreaks.com/topic/65133-solved-what-am-i-missing-with-this/#findComment-325093 Share on other sites More sharing options...
SirChick Posted August 15, 2007 Author Share Posted August 15, 2007 good spot! i found it eventually! like finding a needle in a haystack Link to comment https://forums.phpfreaks.com/topic/65133-solved-what-am-i-missing-with-this/#findComment-325094 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.