Display the user name on the header using PHP session after successful login. This application uses a PHP login form and displays user name from MySQL database.
Design and develop the registration and login forms in PHP and MySQL with PHP cookie and session. Add show password and remember-me in the forms.
Develop a PHP CRUD application using Ajax and MySQL without a page refresh. Do insert, update and delete by submitting the form using Ajax and jQuery.
Display dynamic data in a bootstrap modal by passing a parameter to it. Run Ajax script to get data from MySQL database to display in the modal.
PHP login form with a remember-me checkbox. Learn session and cookies in PHP with example. Create a cookie in PHP and read it later.
Develop a PHP application using Ajax and jQuery to populate a second dropdown based on the first dropdown. Use MySQL database to populate the dropdown.
Develop a Modal Login with PHP and jQuery without using Ajax. PHP form validation, PHP Modal Login Form Tutorial with PHP Session.
Install the PEAR package and send mail using PEAR mail in PHP with SMTP authentication. Here's a PHP PEAR Mail send email example.
Develop a PHP application to update MySQL table with AJAX in PHP. This is an example of real-time database update using AJAX in PHP.
CRUD in PHP with MySQL tutorial. Learn basic CRUD PHP MySQL example and build a basic web app in with Create, Read, Update, Delete in MySQL.
Add Google Authentication to your website so users can login with their Google account. Use OAuth Credentials and develop this using PHP and MySQL.
Creating a Login and Logout system with change password is the basic need for a Web Application. Read to learn quickly and develop it using PHP and MySQL.