In this PHP tutorial, we will learn how to change login password in PHP and MYSQL database. A user can update the account password during a session in PHP. The update operation and user session id will be used to change or update the user password after logging in.
In this tutorial, you will learn how to image upload in PHP with the MYSQL database. The image uploading process completes by an HTML form. We create a form with an input type file. The Image is also a file. We upload image formats only using HTML form and PHP.
In this tutorial, you will learn how to upload, display, edit and delete image using PHP and MYSQL database. This is a CRUD application with the image in PHP with MySQL database.
In this tutorial, you will learn how to upload, display and download image using PHP and MYSQL database. We will create a download button for each images. We will be able to download images by clicking the download button and save on your local computer.
In this tutorial, we will send emails using the PHPMailer library and Hosting SMTP. PHP Mailer is a secure library to send emails using Hosting SMTP and Gmail SMTP. We will learn how to install PHPMailer and composer on hosting and local servers in PHP.