I've tested the possibility of writing PHP code in a page (for example the main-page) with HTMLAREA (clicking the "<>" icon), and I've seen that is going well.
For example the code
<br>
SESSION['language'] = <?php echo $_SESSION['language']; ?>
<br>
show in the main-page
SESSION['language'] = english
The problem is that if I open again the main-page for making some change, (alwais clicking the "<>" icon) the code appear changed, and not good.
Have somebody an idea for how to avoid this?
Thanks - Giovanni



