so if i use $hget to say, get the list of nicknames to list and it's editable (remember it should operate like the address book) how should i use it for that? ...and how would i use hash to store the information on the editboxes and such when you click on the name in the combo box.
I have an idea of how it might work... lets say i use /hadd to add a hash table named after the combo editbox entry <nickname> and the item on that hash table would be the info that we typed in on the editboxes where all the info goes. would that work? Im not saying you cant write any code, I'm just saying that if you do, Explain it thoroughly so that I end up being able to do it on my own. Just 'Translate it into english'. Thankyou for the code edit.