Ok so here we are again. I’m trying to open a new window which will contain a simple client to client chat.
I’m using Nuke Evolution. I’ve googled but can’t find any php scripts for a simple client chat, all I found was some chat made with flash. I don’t want a chat with chat rooms.
Right now the line looks like this:
$where = “$num. ”;
test.php contains a javascript that will open a new window but it doesn’t work.
So what should I do? Is it even worth the time making a chat function?
Thanks in advance.