DevCore is the best
Login/Registration page example on php, with js (jQuery), html, css.
You must be registered for see images
Description
This is an example of registration and authorization in PHP (v8.2.12) without using a database (without checking the password and mail). It uses the JavaScript framework jQuery v3.7.0, html and css. This is a simple and illustrative example to find out how it all works.Features
- Password verification (minimum 4 characters)
- Agreement with the terms of use
- Checking the mail (with a regular expression)
- Hiding the password.
Necessary dependencies
- PHP v8.2.x.
- A utility to run a local server.
Run project
- Install
You must be registered for see linksor another utility to run a local server.
- If you selected
You must be registered for see links, then unzip this project to the htdocs folder in the XAMPP directory.
- Open
You must be registered for see linksand click the Start button next to the Apache module.
- Go to the address in your browser
You must be registered for see links.
Project structure
Code:
php-login-page-example/
├── src/
│ ├── js/
│ │ ├── login.js
│ │ └── register.js
│ ├── css/
│ │ └── main.css
├── index.php
├── register.php
├── .htacesss
└── README.md
License
This project is licensed under the MIT license. Details can be found in the LICENSE file.GitHub:
You must be registered for see links