Please note, this is a STATIC archive of website technosmarter.com from 20 Jul 2022, cach3.com does not collect or store any user information, there is no "phishing" involved.
 

PHP

How to change login password in PHP and MYSQL | Update user account password


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.




How to upload image and display in PHP and MYSQL


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. 




How to upload image, display, edit and delete in 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.




How to upload and download image in PHP?


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.




How to send email using PHP Mailer library and hosting SMTP


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.