Parse error: syntax error, unexpected T_SL on line 23

前端 未结 6 836
逝去的感伤
逝去的感伤 2021-01-01 12:27

I am getting this error:

Parse error: syntax error, unexpected T_SL on line 23

Here is line 23:

$selectorder =         


        
6条回答
  •  爱一瞬间的悲伤
    2021-01-01 12:50

    Also make sure that you have 3 '<<<'. Omitting one will throw this error. Also if your using NOWDOCs, make sure your hosting provider has php 5.3 installed. Plus if your php environment is below 5.3, do not use double quotes or single quotes.

提交回复
热议问题