Hi folks
I have a bunch of input fields like this
<input type="text" name="field[1]"
that run through till field[5]
I've tried
session_register("field")
session_register("field[]")
session_register("field[$i]")using loop
and I still cant access the vars?
Thanks
Nick