I found this cool Chat tutorial on CSS-Tricks. (http://css-tricks.com/chat2/)
Ancak ben kullanmaya çalışıyorum. Everytime çalıştırın ve sohbet odasında sorduğunda benim adını girin. Sadece bu kodu gösterir:
Great! You found a username not in use"; $data['inuse'] = "notinuse"; } else { $data['result'] = "
That username is already in use. (Usernames take 2 minutes without use to expire)
"; $data['inuse'] = "inuse"; } echo json_encode($data); } } else { $username = cleanInput($_POST['userid']); if (checkVar($username)) { $getUsers = "SELECT * FROM chat_users WHERE username = '$username'"; if (!hasData($getUsers)) { $now = time(); $postUsers = "INSERT INTO `chat_users` ( `id` , `username` , `status` , `time_mod` ) VALUES ( NULL , '$username', '1', '$now' )"; mysql_query($postUsers); $_SESSION['userid'] = $username; header('Location: ./chatrooms.php'); } else { header('Location: ./?error=1'); } } } ?>
Ben sorun ne olabilir merak ediyorum. Başka Random, ancak bu yardımcı olabilir birisi: c)
Ve unutmayın, ben sizi seviyorum!