Greetings,
I have a dynamically created form, and I need to use arrays to order everything.
Basically, for each user, radio buttons (for $type) will be outputed as well as an input box (for $comments).
Any idea how I could use an array with like
array($username -> $type,$comments , $username2 -> $type,$comments)
etc?
Am I confusing everyone? or do you kind of get the picture?
Thanks