Hi everyone
I'm working on making a chatroom, using php and mysql. I'm new to php and mysql, so this might be a stupid question, but how do I make a chat whispering? is it just
if ($username == $whisperto) {
echo "Hi, I'm whispering to you";
} else {
echo " ";
}
I know I'm doing somehting wrong, just not sure what it is. And also, what I need to create also for the chat whispering, is if you want to whisper to someone, you click on their name, and it will put in a text box who you are whispering to. I'm not sure what its called, so I'm not sure how to do that. Like they have there, you click on one of the smilies, and it puts the little code into the typing area.
Thanks