I have a list box which I populate using PHP from a MySQL database.
Rather than just store an ID and Text within the list, how can I store more data for each entry, but not show it within the list (I suppose like invisible columns).
I could use an array. Does anyone know if an array created by PHP can actually be accessed by Javascript?
Any help please?
TA
BB