Page 1 of 1

Could someone give me a hint?

Posted: Thu Feb 01, 2007 5:57 am
by phpsmart
Hello

I tried the chat script called (a mysql driven chat) and it worked well, but it doesn't support sending private messages between users...

Does anyone know how to establish a private message between users in a chat room using php & mysql
(code, methodology or anything that can help)....

Posted: Thu Feb 01, 2007 9:24 am
by feyd
hint: don't post entirely in bold or coloring your whole post.

:|

If you can create new "rooms" in this script that aren't "public" that's about as close as you need probably.

Posted: Thu Feb 01, 2007 10:39 am
by PrObLeM
in the database set an ENUM with either "public" or "private" and select messages according to that.