I want to read from my table in mysql so that data is displayed in a listbox and a text box on my form.
I have a mailing system and want the subject to be displayed in the list box and then the message to be displayed in the text box. The field names on the DB are:
message_ID, user_from, user_to, subject, message, read
I want to be able to read the user to for the current username logged in and then display the subject and message as said above!
Any help appreciated :D!
Cheers
I have a mailing system and want the subject to be displayed in the list box and then the message to be displayed in the text box. The field names on the DB are:
message_ID, user_from, user_to, subject, message, read
I want to be able to read the user to for the current username logged in and then display the subject and message as said above!
Any help appreciated :D!
Cheers
Comment