Hey all,
I am still learning PHP, which is the best language for database driven sites. I am using Dreamweaver CS3 with the devleopers toolbox which is "ok" to help take the guess work out of things.
I am using a simple registration form that i made with the toolbox, but when I come to a multiple list to choose from (populated from the database) it doesn't work correctly. Of course, out of the multiple items selected only the last one gets inserted.
From what I have read, the selection must be turned into an array then looped for this to work. Is this correct? Next how would I code this to work right.
If you let me know which code to post, I will post it.
Thanks for all your help!!