Can anybody help me on this?
In my web server a user want to send message to another user (when both are logged in)
How can I achieve it with and without Drupal? Any guide?

Comments

zeezhao’s picture

Some examples:
drupalchat - for chatting
privatemsg - for private email-type messages

mrahman252003’s picture

Thanks for response. What about if I want to do without Drupal, say with pure PHP. Any tips?

Jaypan’s picture

This is a Drupal forum. If you are looking to implement it in pure PHP, you are asking in the wrong place.

merofl’s picture

Thanks alot. This helped! I was searching about it for past 20 mins LOL

prasad.madhavi’s picture

Hi,

Try contrib module "Private msg".

Thanks.