Karsten Dambekalns schrieb:
> PS: What about
> !stristr('radio,label,hidden,comment', $confData['type']))
> Somewhat a hack, but... :)
Or to match only whole keys:
!stristr(',radio,label,hidden,comment,', ','.$confData['type'].','))
Yeah, that's fun :-)
cheers,
Ingmar