Sorry for such a stupid question. I've been struggling with it for over an hour and can't figure it out.
PHP tells me there is an error in line 73 of my script. Here are lines 73, 74 and 75:
if ($lang == 'BR') {include("inc/menu-br.inc");}
elseif ($lang == 'EN') {include("inc/menu-en.inc");}
else {errorinpage();}
BR and EN are variables selected by user in a previous page.
If I change from 'BR' to "BR", then an error in line 74 is acknowledged. Again, changing from 'EN' to "EN" makes the error go away. But my single quotes shouldn't generate an error. Or should they? Somebody help, please.
Thank you,
Luciano ES
Santos, SP - Brasil