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 Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
woodsonoversoul Posted December 13, 2007 Author Share Posted December 13, 2007 Thanks. That fixed me Quote Link to comment 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.