PMS is a very simple php private messaging system, which can be used for communication. It can be integrated into your existing application. Using PMS to enhance your application, it enables users on your site to send private messages to each other, which will greatly increase the sociability of your site. Feature:
It is lightweight with pure PHP scripts and only two database tables. Threaded messages(messagea are categorized according to senders). Click on the user name/icon to view threaded message.
WYSIWYG text editor.
Updates(v1.2)
Fix an integration issue, now you are able to integrate it to different user table with different user id.
Updates(v1.1):
Send rather than Reply button in send message page. Sent vs. Received messages Filter. Read message link shows that specific message. Click username/user icon to view all messages sent/received from/to that user. No current user in send to dropdown.
DEMO : Demo Page: http://www.the-di-lab.com/cc-demo/php/pms/index.php Username: userA Password: admin Username: userB Password: admin Username: userC Password: admin Username: userD Password: admin Username: userE Password: admin Manual.pdf is included in download file.