hi everyone ,
am facing a problem with templates editing. Am using MySQL table to stor the style template in script that am working on. and to edit the template in the administrator control panel i used textarea feild.
the problem is when the textarea call a tempalte that have a textarea code, the page close the textarea cause it will look like this
<tetarea >
<!-- the template -->
<textarea> << this is in the template
</textarea> << this is the close for the textarea in the template
<!-- end template -->
</textatea>
the page uses the first </textarea> to close the first open textarea !!
hope someone know how to fix this problem ,,
thankx in advance ,
wanasa