Guest_imported
New member
- Jan 1, 1970
- 0
I'm making a small built in mail system for my co-workers. I have decided to have one main table where all the usernames and passwords are stored. Everytime I add a user I've made mysql make a table with the user's name. That table is his or hers inbox.
This is where I'm stuck. Pretend there are two users: Katy and Ted. When Katie sends a message to Ted, data needs to be put in ted's table, right? The form stores ted's name as $senttouser. Now first I need to know how you can send the data to a table with the same value of $senttouser.
Um...my company has said it wants it working like this so please may I not have any suggestions of having a message table.
This is where I'm stuck. Pretend there are two users: Katy and Ted. When Katie sends a message to Ted, data needs to be put in ted's table, right? The form stores ted's name as $senttouser. Now first I need to know how you can send the data to a table with the same value of $senttouser.
Um...my company has said it wants it working like this so please may I not have any suggestions of having a message table.