Hi,
I am a french user of FCKeditor, which i find awesome !
But I got a huge problem :
When I am editing my web page, containing some php code, in "Source Mode", all my php code is commented out !!!
the point is I got many php code, and I have to save it !!
for example :
goes like this :
<!--p echo "<a href='modif_mentions_legales_2.php'>Modifier</a>";-->
So, how could I keep my php code with my php tags ?????????
Thx.
I am a french user of FCKeditor, which i find awesome !
But I got a huge problem :
When I am editing my web page, containing some php code, in "Source Mode", all my php code is commented out !!!
the point is I got many php code, and I have to save it !!
for example :
<?php echo "<a href='modif_mentions_legales_2.php'>Modifier</a>"; ?>
goes like this :
<!--p echo "<a href='modif_mentions_legales_2.php'>Modifier</a>";-->
So, how could I keep my php code with my php tags ?????????
Thx.