An open API service indexing awesome lists of open source software.

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

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)