PHP | Page 5

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




Subscribe and unsubscribe system in PHP and AJAX


In this tutorial, we will create subscribe and unsubscribe system using PHP and AJAX. The subscribe system is created to send notifications, and post updated page links to all subscriber's email IDs. We will create a subscribe system in PHP, AJAX, jQuery, bootstrap, and PDO.




How to PHP MYSQL connection using cPanel Hosting


In this tutorial, we will make a PHP MYSQL connection using cPanel hosting. Move your website from localhost (local server) to live server using cPanel hosting. Learn how can we live our PHP website using Cpanel hosting.




Like and dislike system in PHP and AJAX with MYSQL database


In this tutorial, we will create a like and dislike system in PHP and AJAX with the MYSQL database. Create a like and unlike system like Facebook and Youtube.Users can like and unlike or dislike and undislike any post. Make a social like and dislike feature using PHP.




Student Online admission form with printable preview in PHP


Create a student online registration form using PHP and MYSQL database and use it as an admission form. In this tutorial, we will create a student admission form with a PDF previewable and printable in PHP with the MYSQL database.




How to upload image with CKEditor in PHP


Images play important role in HTML text editors. In this tutorial, we will upload images with CKEditor in PHP. Users can upload images with the CKEditor HTML text editor. We will learn how to file upload with the CKEditor using PHP.




Razorpay payment gateway integration in PHP and MYSQL


Razorpay payment gateway is a famous online payment gateway. In this tutorial, we will integrate Razorpay payment gateway in PHP and MYSQL. Razorpay payment gateway integration in PHP with MYSL database. Create a simple eCommerce system with Razorpay payment gateway in PHP.




Payumoney payment gateway integration in PHP with MYSQL


PayUmoney payment gateway provides services to receive online payments. In this tutorial, we will integrate the PayUmoney payment gateway in PHP with the MYSQL database. PayU payment gateway integration in PHP and MYSQL.




Standard PayPal payment gateway integration in PHP


Paypal is a multinational financial technology company proving online international payment services. Integrate standard PayPal payment gateway in PHP with MYSQL database. Paypal payment gateway integration with IPN service in PHP and MYSQL.




Login and registration forms in PHP PDO and OOPS


In this tutorial, we will create login and registration forms in PHP PDO and OOPS concepts. Sign-in and signup system using PDO-prepared statements and object-oriented programming (OOPS). Create a secure login and registration system in PHP and MYSQL.




How to setup cron job in cPanel hosting?


The cron is a utility service in Linux that is used to execute tasks repetitively. In this tutorial, we will learn how to set up a cron job in cpanel hosting. Configure cron jobs in Cpanel. We will set up a cron job to execute a PHP file.