don
12-06-2002, 03:20 PM
I'm a newby so I apologize if this is simple.
I'm writing a conference registration site where users register numerous attendees one page at a time. After each is added I display existing attendees and offer an input form for another.
I'd like to put this information into a 2D array and pass it between forms somehow in a hidden text box and not use session variables.
I thought of using implode/explode somehow, but what happens if someone keys in one of the characters I'm using as a delimiter?
Am I even headed in the right direction?
Thanks in advance
I'm writing a conference registration site where users register numerous attendees one page at a time. After each is added I display existing attendees and offer an input form for another.
I'd like to put this information into a 2D array and pass it between forms somehow in a hidden text box and not use session variables.
I thought of using implode/explode somehow, but what happens if someone keys in one of the characters I'm using as a delimiter?
Am I even headed in the right direction?
Thanks in advance