Ajax-php implementation is similar to logon to Renren's network, and you find that you have X replies or real-time prompts in the upper right corner like Sina Weibo

Source: Internet
Author: User
It is said that ajax is used at the front end, and php is used to process the database later! Are you grateful if you have any professional guidance ..! It is said that ajax is used at the front end, and php is used to process the database later ....
Newbie else =! Are you grateful if you have any professional guidance ..!

Reply content:

It is said that ajax is used at the front end, and php is used to process the database later ....
Newbie else =! Are you grateful if you have any professional guidance ..!

The front-end is implemented in javascript, and JQuery can be used to simplify the process:

$. Get ('/getNewReply. php', {uid: uid} function (data) {// update html content according to data });

On the server side, getNewReply. php queries the database:

$ SQL = "select count (id) from replies where uid = {$ _ GET ['uid']}"; $ r = $ db-> execute ($ SQL ); echo json_encode ($ r );

Code similar to this, but you need to modify the code according to your database and others.

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.