Re: [PHP] Looks like a bug with Smarty

2008-01-18 Thread GoWtHaM NaRiSiPaLli
got the answer from you clive :) Thanks On Jan 18, 2008 1:02 PM, clive [EMAIL PROTECTED] wrote: if ($question == 'php') domail('phplist',$question); if ($question == 'smarty') domail('smartylist',$question); Hi All, I using html_options smarty tag to output an associative

Re: [PHP] Looks like a bug with Smarty

2008-01-18 Thread Richard Lynch
You'll have to take this up with the Smarty folks, as it's very smarty-specific, and not (PHP-)General at all... On Fri, January 18, 2008 12:16 am, GoWtHaM NaRiSiPaLli wrote: Hi All, I using html_options smarty tag to output an associative array in select drop down. Here a sample

[PHP] Looks like a bug with Smarty

2008-01-17 Thread GoWtHaM NaRiSiPaLli
Hi All, I using html_options smarty tag to output an associative array in select drop down. Here a sample associative array: array(5) { [CN-PEK-KEJ]= array(1) { [198]= string(7) TechTst } [IE-DUB-GAS]= array(2) { [177]= string(10) store room [39]= string(10)

Re: [PHP] Looks like a bug with Smarty

2008-01-17 Thread clive
if ($question == 'php') domail('phplist',$question); if ($question == 'smarty') domail('smartylist',$question); Hi All, I using html_options smarty tag to output an associative array in select drop down. Here a sample associative array: array(5) { [CN-PEK-KEJ]= array(1) {