PDA

View Full Version : tickboxes


sabret00the
05-27-2004, 03:12 PM
i've got a tick box on a form, would i check if it's ticked with an isset()? if not what should i use?

Xenon
05-27-2004, 06:04 PM
isset does work normally, but some phpversions seem to have problems with that.

if you use intval() it should be working everywhere.