Tuesday, September 18, 2018

php - syntax error, unexpected T_LNUMBER, expecting ',' or ';'





The following is my code, I got the error:



if($countos > 0) {
echo "";
echo "";
echo "
$oper
OSCOUNTPERCENTAGE
";

}


I am getting this error in the line no: 2 why it is giving such an error??


Answer



In line #2, You have colspan="3" which should be colspan='3' The problem is with nesting the "



echo "";

No comments:

Post a Comment

plot explanation - Why did Peaches' mom hang on the tree? - Movies & TV

In the middle of the movie Ice Age: Continental Drift Peaches' mom asked Peaches to go to sleep. Then, she hung on the tree. This parti...

$oper

Blog Archive