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.
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 CRUD application using Ajax and MySQL without a page refresh. Do insert, update and delete by submitting the form using Ajax and jQuery.
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.
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.
Install PEAR package and send mail using PEAR mail in PHP. Use SMTP authentication in your PHP code to send mail.
Learn how you can use SELECT, INSERT, UPDATE and DELETE statements in PHP and MySQL by developing an application.
Develop a bootstrap modal login form in PHP, MySQL and jQuery without Ajax. Submit the modal form with PHP form validation.
Connect to MySQL database from PHP code using MySQLi and PDO connections with example code for each connection.
Download XAMPP on Windows and install it for PHP Development in localhost. Use XAMPP control panel to start the Apache web server and MySQL database.
Using keyframes in CSS and settimeout Javascript function, display a toast notification in the PHP login form with MySQL when the user logs in successfully