I get a parse error - unexpected ; at line x message. What is this?
Typically you may have placed either two semi-colons at the end of a line or placed one where there shouldn't be. If you have been using echo or print statements then you may not have closed the print statement correctly.
It is quite a descriptive error so you know where it is, but you may need to look at the surrounding lines to see if something there is what is causing the parse error.
Comment on this Question and Answer >>>
ASK A QUESTION
More errors PHP Questions
what is the latest release version of PHP.I get this error every time I execute a php program. PHP Warning: Module 'gd' already loaded in Unknown on line 0 PHP Warning: Module 'mysql' already loaded in Unknown on line 0
PHP error - use of undefined constant at line x... what does this mean?
Parse error in PHP - unexpected T_variable at line x. What is this error?
I get a PHP notice for string to array conversion - help?
