[thelist] php form radio input array difficulty

Anthony Baratta Anthony at Baratta.com
Mon Dec 17 16:55:35 CST 2001


Here's a cheap and dirty way to solve that. Make a hidden field that holds 
the ID numbers used.

e.g. input type=hidden name=PhotoIDs value=1::2::4::5::7

Then parse the PhotoIDs variable using :: as the delimiter and you have the 
IDs you need to look for.
----
Anthony Baratta
President
Keyboard Jockeys

"Conformity is the refuge of the unimaginative."





More information about the thelist mailing list