<html lang="<?=$_SESSION['chat']->get_language()?>" xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?=$_SESSION['chat']->get_language()?>">
Happens with any php
Logged In: YES user_id=1057116
Please check your /etc/php.ini file. I did have the same problem until I changed the line "short_open_tag = Off" to "short_open_tag = On".
Only than <? is recognized ! Default this is Off.
Log in to post a comment.
Logged In: YES
user_id=1057116
Please check your /etc/php.ini file. I did have the same
problem until I changed the line "short_open_tag = Off" to
"short_open_tag = On".
Only than <? is recognized ! Default this is Off.