Sqlite + php + ajax instant chat system (ajax persistent connection) I. sqliteajax

Source: Internet
Author: User

Sqlite + php + ajax instant chat system (ajax persistent connection) I. sqliteajax

Talking nonsense: Today, lol encountered a poor product, and the technology was really good. After that, I was told that the guy told me to ask him for help and he would play. I scolded him for being silly. I hung up and watched them lose. Sometimes, when someone else is in trouble, I start with something strong!


Idea: sqlite: database data, used to save chat records; php links to the database, receives ajax transmission data, and returns processing results; ajax asynchronously obtains chat data and asynchronously updates chat records;

For the database classes used, refer to the previous blog.



1. log on

<? Php session_start ();?> <! DOCTYPE html> 


<script src="my.js"></script><script src="http://cdn.bootcss.com/jquery/1.11.2/jquery.min.js"></script><script src="http://cdn.bootcss.com/bootstrap/3.3.2/js/bootstrap.min.js"></script></body>


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.