if you are getting this error, this usually means that you did not end your code with ;
it could also mean that you did not close any brakets like ( or {
you need to check your code, there is an error with your code if you are getting this error.
Fix PHP Errors Parse Error: Parse Error, Unexpected ';' In On Line 9
Fix PHP Errors Parse Error: Parse Error, Unexpected ';' In On Line 9
Fix PHP Errors Parse Error: Parse Error, Unexpected ';' In On Line 9
Post Description:
Post Tags: fix, php, errors, parse, error, parse, error, unexpected, in, on, line, 9
This Post Has Been Viewed 569 Times Since Mon Dec 04, 2006 9:22 pm Posted By hostman with 1 replies
Next Post »» PHP Programming How To Make Round Numbers from Float Numbers Rounding
Post Description:
Post Tags: fix, php, errors, parse, error, parse, error, unexpected, in, on, line, 9
This Post Has Been Viewed 569 Times Since Mon Dec 04, 2006 9:22 pm Posted By hostman with 1 replies
Next Post »» PHP Programming How To Make Round Numbers from Float Numbers Rounding
| Fix PHP Errors Parse Error: Parse Error, Unexpected ';' In On Line 9 |
Leave Your Comments [ dejar commentarios ]
Comments and replies About Fix PHP Errors Parse Error: Parse Error, Unexpected ';' In On Line 9
:: 1 :: #43536 - Reply By tony On Thu Feb 28, 2008 6:26 pm
i usually get this errror when i miss something
for example the other day i had this:
if($strlen($tring) > 45) {
well as you can see, i need to add another ) in my code, so that's why i was getting this errorl
for example the other day i had this:
if($strlen($tring) > 45) {
well as you can see, i need to add another ) in my code, so that's why i was getting this errorl

