我正在尝试在我的网站上创建一个私人聊天模块。但我无法获得其他用户的会话。谁可以帮我这个事?
这是代码:
$url1 = 'onclick="window.open(\'../chat/index.php?do=chat&room_owner='.$uname.'&user='.$_SESSION['uname']['username'].'\',\'pop_up\',\'toolbar=no, top=0,location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=600, height=450\')"';
$image_path = "images/online.png";
$status = 'Online';
1st user(me): ?do=chat&room_owner='.$uname.' >this is working
2nd user(recipient): &user='.$_SESSION['uname']['username'].' > this is not working?