TGWSE_GY Posted June 15, 2009 Share Posted June 15, 2009 Hi Guys, I am wondering what type of scripts are used on sites like facebook and myspace for sending mail messages. I know it is similar to email but it would seem that the messages are stored in a mysql db. I am really just wondering what the class of scripts are called so I can search for one to plugin to a project that I am custom writing as I do not have the time to learn how to write such a system.] Thanks Link to comment https://forums.phpfreaks.com/topic/162241-messaging-systems/ Share on other sites More sharing options...
jxrd Posted June 15, 2009 Share Posted June 15, 2009 The messaging system I have (wrote it myself) on my site was easy. Just have a table to store messages. Then for the user, select all messages with `To`, `Recipient` or whatever you want to call it with their username/userid. Link to comment https://forums.phpfreaks.com/topic/162241-messaging-systems/#findComment-856248 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.