Ajax + php do not need to re-post and register an instance _ PHP Tutorial

Source: Internet
Author: User
Ajax + php does not need to re-post and register the verification instance. This article will introduce you to an original ajax + php review and registration check instance. if you are interested, please refer to it. Let's take a look at the xin. sqldatabase. we can repeat this article to introduce you to an original ajax + php review and registration check instance. if you are interested in this, please refer to it.

Let's take a look at the xin. sqldatabase first. we can copy and save it as xxx. SQL.

The code is as follows:

Use xin;
Create table bbs_post (
Id int (11) not null auto_increment,
Title varchar (255) not null,
Username varchar (255) not null,
Content varchar (255) not null,
Threadid int (11) not null,
Primary key (id)
);

Insert into bbs_post VALUES (1, 'Do you know about Ajax? ', 'Ajaxuser',' how do I learn Ajax technology? ', 1), (2,' it should be good to learn through instances ', 'Tom', 'first look at the basic concepts, and then learn from the instances. ', 1), (3,' thank you! ', 'Max', 'thank you very much for your suggestions! ', 1 );


Index. php file

The code is as follows:





No refresh display Reply

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.