Sunday, October 27, 2013

not working in PHP 5.3.3

Redeploy my app on WAMP that aare running on PHP version 5.3.3, out of sudden, discover my old code that use is not working. All my pages suddenly display "?>" or ">" characters everywhere in my web page.

Search through the web and finally got the solution:-

Open php.ini, set "short_open_tag" to "On" value as described below

short_open_tag = On
Restart your webserver, everything will be working fine now.

No comments: