PHP user registration login system project introduction
Project Introduction
##The goal of this course is to develop a login registration program, mainly to implement the website Login and registration functions, including the creation of database user tables, user registration writing information to the database, logging in to query database information, etc.
Project flow chart
Login function
## Login function
#Project composition structure
#Login function introduction
The project currently consists of five files. In the first version, we only implemented simple login registration. The project consists of running the login page (login .php) Start
Click to log in without entering anything. The effect is as follows:Input error After confirming the inconsistency through database query (the username and password exist in the database, which we will introduce in the next section), the effect is as follows: Enter the correct username and password , after confirming consistency through database query, the effect is as follows: Click OK at this time and enter the homepage index.php (the homepage has no content yet)
##Introduction to registration function
Click the registration button on the login
page to enter the registration page: