HDFilmMaker2112 Posted June 19, 2011 Share Posted June 19, 2011 What would be the best way to set-up a database for a messaging system? I'm basically looking for some like GMail where the messages are kept together. So if you go back and forth with the discussion, each piece of the discussion would be show up with those other replies. Should I just do a unique message id and link together those unique ids some how? Quote Link to comment https://forums.phpfreaks.com/topic/239771-messaging-system/ Share on other sites More sharing options...
HDFilmMaker2112 Posted June 19, 2011 Author Share Posted June 19, 2011 Forgot to post my current Table set-up: ideas message_number donor_id username name amount message This is for a system of donors submitting ideas to a film production. So we need to permit the submission of an idea, and me to communicate back and forth with them while keeping all the messages corresponding with that idea under the same group. Quote Link to comment https://forums.phpfreaks.com/topic/239771-messaging-system/#findComment-1231680 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.