Jump to content

Messaging system like Facebook


squiblo

Recommended Posts

I'm trying to come up with a mysql database design so I can have a messaging system, much like facebook's. I want users to be able to send and reply to messages to more than one user at a time, and to delete whole threads without removing it from other users. Please help!

 

Any questions please ask!

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/256359-messaging-system-like-facebook/
Share on other sites

users

-user_id

-name

-pass

-etc

 

 

message_thread

-message_thread_id

-subject

 

 

messages

-message_id

-message_thread_id

-message

-date_posted

 

 

message_thread_subscribers

-message_thread_id

-user_id

 

 

status_updates

-user_id

-status_url

-viewed

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.