Parse error: syntax error, unexpected $ end in D: \ wamp \ www \ huifu \ class \ functions.php on line 1246
Searched the internet many articles say that php short tags did not appear this error message, but I take the same action in the company's computer above wamp environment, finally, I thought in the company's computer above wamp environment inside the short_open_tag php.ini is set to on, then open their computers above short_open_tag really solve the problem.
Summarize the set short_open_tag to on the way:
Method 1:
Open the D: \ wamp \ php directory php.ini, find the short_open_tag behind the off to be on
Method 2:
Left-click on the computer the lower right corner of the wamp icon --- php settings --- select the short_open_tag, the short_open_tag see the front to bring from triangle
[edited by: incrediBILL at 11:27 am (utc) on Mar 17, 2012]
[edit reason] URL removed [/edit]