[SOLVED]sc_field_display

como hacer para que la funcion sc_field_display({variable},‘on’) sea dinamico es decir
tengo dato1, dato2, dato3, dato4, dato5
for($i=0; $i<=5; $i++){
sc_field_display({dato.$i},‘on’)
}

Help…

Re: sc_field_display

Hello,

I don’t think that will work because you are putting a php variable inside SC field name.

regards,
Bernhard Bernsmann