hi
thanks for ur suggessions. i have used non html tags and its working fine. but...one problem remains..
In the .tpl file where i have all this html code i have included
<TEXTAREA NAME="comments" ROWS="5" COLS="50"></TEXTAREA>
now its working fine. but i need to parse this same template two times (.tpl file)
one with non html tags for displaing code as it is and secondly with the output.( not html code)
now when i use
<TEXTAREA NAME="comments" ROWS="5" COLS="50"></TEXTAREA>
my first script is showing me all the code in the textarea without parsing through the browser.
but my second script is showing code of textarea instead of showing textarea on the form.
now i can not write php in the tpl file. something like this..........
if($flag==0)
{
<TEXTAREA NAME="comments" ROWS="5" COLS="50"></TEXTAREA>
}
else
{
<TEXTAREA NAME="comments" ROWS="5" COLS="50"></TEXTAREA>
}
i m not getting what to do???
waiting for ur help as early as possible...
shweta
😕