pass === $pass) { $chat = new Chat; $chat -> user_id = $user_id; $chat -> text = $chat_message; $chat -> insert (); }