woodsonoversoul Posted December 13, 2007 Share Posted December 13, 2007 Hey guys, I'm getting a "Parse error: syntax error, unexpected $end" on line 79 and don't really know what that means. I've googled and check books and the w3c but no luck. What does this error mean? Here is the section of code in question: <?php // free result set memory $result->close(); // close connection $mysqli->close(); ?> This is used as an "include" file Link to comment https://forums.phpfreaks.com/topic/81553-solved-end/ Share on other sites More sharing options...
wildteen88 Posted December 13, 2007 Share Posted December 13, 2007 That error normally means that somewhere in your script you have missed a closing curly bracket (}). You will have to go through your code manually making sure your braces {} or () all matchup Link to comment https://forums.phpfreaks.com/topic/81553-solved-end/#findComment-414099 Share on other sites More sharing options...
woodsonoversoul Posted December 13, 2007 Author Share Posted December 13, 2007 Thanks. That fixed me Link to comment https://forums.phpfreaks.com/topic/81553-solved-end/#findComment-414109 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.