Forums

PHP

This topic is locked

Dynamic Multiple Selected List from mySQL field

Posted 21 Jul 2004 02:38:17
1
has voted
21 Jul 2004 02:38:17 Matt Mooney posted:
Hi,
I'm setting up a survey, and I have some lists, allowing multiple selections. When the lists are inserted into the DB, I implode them to store them in 1 field. However, the client needs to allow users to go back and make potenial modifications. How can I explode the values in my DB field, and then use that array to re-select the items from the list?

Thanks

Replies

Replied 30 Aug 2004 17:09:14
30 Aug 2004 17:09:14 Olaf Lederer replied:
This hard to do because your realation to the old checkboxes is lost. Beter is to save this values in an extra tabel.

Greetings from the Netherlands!
Olaf
_____________________
www.finalwebsites.com

Reply to this topic