error : syntax error, unexpected T_STRING


If you are getting above error with your webpages then your have to get it resolved by adding following rule in .htaccess

php_flag short_open_tag X


If you have account on php suexec server copy the php.ini file under your account then edit php.ini file and search for


short_open_tag = On

replace on to with X

short_open_tag = X


Where X is 0, 1, off, on, true, false, etc. Executing phpinfo() will reveal the local value does not change from the master value, whether the master value is on or off.