Jump to content

Parse error: syntax error, unexpected T_LNUMBER, expecting T_VARIABLE or '$'


adamjones

Recommended Posts

Variable names can't start with a number, they must start with a letter or an underscore.

 

Thank you, I changed it to a,b,c and it's working, except for this error;

 

"Parse error: syntax error, unexpected T_VARIABLE in /home/habhubc/public_html/intra/msend_alert_conf.php on line 109"

 

Line 109 = $b....

 

$a = '$.jGrowl(\"\"'
$b = ', { header: \''
$c = '\' });'

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.