Quote:
Originally Posted by MarcoH64
It will use the array keys as the value to store:
0->Monday
1->Tuesday
etc..
The key gets stored, to display, you would need to take the key, and lookup the value in the array.
|
yes thats possible, however looking the customfields which are added via admincp->userfields
when you select a value in a dropdown menu, the actual value is stored in the related userfield.
e.g. for the flags hack, the actual country name is stored rather than the key for it.
I hope you get what I mean?
Edit: ok, I got ot to work by adding a for_each_loop, now its time to make it save