Parse error: Missing ‘}’ on line 175
November 17th, 2005When working with php(and other languages), parse errors are a way of life, some are simple to overcome, others are baffling. Let’s take for example a common one: “missing ‘}’ ” . If it says missing on line 175 for example, but you only have 125 lines of code in your app, then you have almost certainly forgotten a closing brace } somewhere.
No Comments
No comments yet.
Comments RSS TrackBack Identifier URI
Leave a comment