How To Create A Chat Box Using Ajax, php, Jquery, Html5
Pinteres Live chat using php ajax, php ajax chatbox, Facebook like live chat, Live chat using php and ajax, Online chatting application, Login and Registration using php, facebook like chat application, Group chat, Chatbox using php ajax Index.php <!DOCTYPE html> <html> <title>Login Form</title> <head> <?php include(‘config.php’); ?> <style> body { background: url(‘1.jpg’) no-repeat fixed center center; background-size: cover; font-family: Montserrat; } .login-block { width: 320px; padding: 20px; border-radius: 5px; margin: 110px auto; background:#fff; border-top: 5px solid #ff656c; } .fullname,.username,.password{ width: 100%; height: 42px; box-sizing: border-box; border-radius: 5px; border: 1px solid #ccc; margin-bottom: 20px; font-size: 14px; font-family: Montserrat; padding: 0 20px 0 50px; outline: none; } .fullname { background: #fff url(‘5.png’) 20px top no-repeat; background-size: 16px 80px; } .fullname:focus { background: ...