basketmen
10-08-2008, 09:36 AM
Hi guys i have this code
<if condition="$post['field11']">
i need the conditional to field 11 or field 13
what is the right code, i have try this but its wrong
<if condition="in_array($field, array(11,13))">
thank you guys :up:
<if condition="$post['field11']">
i need the conditional to field 11 or field 13
what is the right code, i have try this but its wrong
<if condition="in_array($field, array(11,13))">
thank you guys :up: