[PHP] Smarty error

2006-05-05 Thread Nirmalya Lahiri
Dear all, I wrote this script using Smarty template,which gives a syntax error .. syntax error: unrecognized tag: (Smarty_Compiler.class.php, line 436) I wrote a javascript block in template file,where I use '{'. This '{' acctually shows the problem. How can I solve this problem?

Re: [PHP] Smarty error

2006-05-05 Thread Nirmalya Lahiri
Dear all, I solved the problem using {literal}{/literal} tag. Thanks every one, who gives me tips to solve the error. --Nirmalya Nirmalya Lahiri [EMAIL PROTECTED] wrote: Dear all, I wrote this script using Smarty template,which gives a syntax error .. syntax error: unrecognized

Re: [PHP] Smarty error

2006-05-05 Thread John Nichel
Nirmalya Lahiri wrote: Dear all, I wrote this script using Smarty template,which gives a syntax error .. syntax error: unrecognized tag: (Smarty_Compiler.class.php, line 436) I wrote a javascript block in template file,where I use '{'. This '{' acctually shows the problem. How can