Hi JJ,

Looks OK to me, could it be that youa re missing a semi colon ; or a brace } from a 
previous line, in this case PHP often reports the parse error as being the line where 
the next ; is?

EG 

$var1 = "x"

$var2 = "y";

This will show an error on the second line.

KEvin 

Reply via email to