PHP | Page 9

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.




Image resize while uploading in PHP with MYSQL database


In this tutorial, we will resize images while uploading using PHP with the MYSQL database. Upload an image and resize it during uploading in PHP. Image resize using height and width using PHP programming.




Comment and reply system using PHP,AJAX with MYSQL


In this tutorial, we create a complete comment and reply system using PHP, AJAX, and MYSQL database. We will learn how to create a comment system in PHP, AJAX, jQuery, Bootstrap, and PDO prepared statements with the MYSQL database.




Upvote and downvote system in PHP ,AJAX with MYSQL database


The upvote and downvote system is the most important system for the website. In this tutorial, we will create an upvote and downvote system using PHP, AJAX, and MYSQL databases. We will use PHP PDO prepared statements, Jquery, and bootstrap. Create a voting system in PHP and MYSQL.




Contact form using PHP, and AJAX with captcha validation | Bootstrap


In this tutorial, we will create a contact form in PHP and AJAX with captcha validation. The contact page should be protected with a captcha system. We will use the bootstrap framework to design a contact form.




How to convert HTML to PDF in PHP using html2pdf


In this tutorial, we will convert HTML to PDF in PHP using the html2pdf library. We will create a PDF from HTML , CSS and PHP code with html2pdf.The html2pdf is a readymade library. You have to install the html2pdf library in your project folder