Learn how you can show a “Load more” button using AJAX, PHP and MySQL. No external library has been used in this tutorial. What is…
We will be using 4 files to implement reset password option. Your table structure should be like this: You need to create a table in…
In this tutorial, we will teach you how you can attach files in an email using PHP. We will be using PHPMailer library to send…
We will teach you how you can upload, download and delete files in PHP. We will be implementing 3 functions and will be creating 3…
In this tutorial, we will be creating a dynamic dropdown to display list of orders. On selecting order from list, we display all product’s code…
In this article, we will teach you how you can view detail of user selected record in PHP. We will display detail in Bootstrap modal.…
Demo – Calculate difference between 2 dates Convert time to different timezones Calculating difference between 2 dates requires 2 calendars to pick dates or you…
Cross site request forgery (CSRF) is a form of attack where are person sends an unwanted action as if he is a logged in user.…
In this article, we will be creating a simple currency converter in PHP. You just need to tell the source and target currency and the…
Convert time to different timezones We will be creating a countdown timer in PHP based on some DateTime column value from MySQL database. These type…