PHP ERROR: Parse Error Unexpected T_CONSTANT_ENCAPSED_STRING
- Forums
- PHP
- PHP ERROR: Parse Error Unexpected T_CONSTANT_ENCAPSED_STRING
This Page Contains information about PHP ERROR: Parse Error Unexpected T_CONSTANT_ENCAPSED_STRING By weblure475 in category PHP with 3 Replies. [1142], Last Updated: Sat May 18, 2024
weblure475
Sun Apr 06, 2008
3 Comments
539 Visits
im getting this error
can you help me?
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in includesglobals.php on line 247
this is how line 247 looks like:
if($config['ModRewriteEnable']){
return 'accessory-'.$pID'.html';
}else{
return 'proddetail.php?prod='.$pID;
}
thank you