03-11-2011, 01:35 PM
so in the mysql it has html
so on the index page where im trying to get the HTML it just shows:
is whats on the index page
everything works fine exept it displays as text not as html ?
can anyone help?
so on the index page where im trying to get the HTML it just shows:
PHP Code:
<?php echo htmlentities(getAppSetting('indexeditor')); ?>
is whats on the index page
everything works fine exept it displays as text not as html ?
can anyone help?