Forum Moderators: coopster
$mystring = "some text " $myvar . " more text";
who knows
you know you dont have to post the whole code, that really doesn't help anyway as other members don't often have the time to wade through tons of other people's code to find a semi colon.
My suggestion: post line 69, since that is where the error is, if no one sees it there they will ask for a line or two before or after, it helps you get a much quicker, and more concise, answer. ;)
if($a) {//do sth
}else{
if($b && $c) break;
else{//do sth
//here's the missing closing bracket }
}
if($a) //do sth. However I corrected the ifs to just one if $a, and seems to work finely
Thanks for your answers!
Michal Cibor
BTW To write php, js and html I use Midnight Commander, which is not very clever program, but opens the files very fast. And I got used to it. (it has highlighting)