https://github.com/kalobtaulien/php-login-system
A sample login system with user registration
https://github.com/kalobtaulien/php-login-system
ajax javascript jquery login mysql php registration
Last synced: 4 months ago
JSON representation
A sample login system with user registration
- Host: GitHub
- URL: https://github.com/kalobtaulien/php-login-system
- Owner: KalobTaulien
- Created: 2017-08-27T17:32:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-14T10:14:33.000Z (over 4 years ago)
- Last Synced: 2025-05-27T01:40:35.253Z (8 months ago)
- Topics: ajax, javascript, jquery, login, mysql, php, registration
- Language: PHP
- Size: 16.6 KB
- Stars: 83
- Watchers: 11
- Forks: 61
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Create a PHP and Ajax Login/Registration System
This is the course source code. You can browse through the version history and download the code. Better yet, you can fork this repository and make your own Login System.
In this course we're creating a Login and Registration system using:
- PHP
- MySQL (and PDO, not MySQLi function)
- JavaScript, jQuery and Ajax
- Ajax will return JSON formats
# Where to get this course:
- [Arkmont.com/create-php-and-ajax-login-registration-system](https://arkmont.com/create-php-and-ajax-login-registration-system) (free)
- [Skillshare](http://skl.sh/2vVmaHw)
- [Udemy](https://www.udemy.com/create-php-ajax-js-jquery-mysql-login-system-today/?couponCode=GITHUB-DISCOUNT) $10 Coupon
- YouTube (undecided)
This is a fast paced course. You should already be somewhat familiar with JavaScript basics and PHP basics (variables, comparisons, operators, and have at least seen functions). If you need to learn JavaScript from my latest course at one of these locations:
- [JavaScript Essentials Course (free on Arkmont)](https://arkmont.com/javascript-essentials)
- [JavaScript Essentials Course on Udemy](https://www.udemy.com/javascript-essentials-course/)
- [JavaScript Essentials on Skillshare](http://skl.sh/2wml2Ae)
And you can learn PHP, MySQL, jQuery and Ajax from my [Complete Web Development Course on YouTube](https://www.youtube.com/playlist?list=PLNCzLFEENi67cM1-yVS4q8vu41O7Ab74j)