In this article, we will learn how to redirect the user back to the same page after he has successfully logged-in. We will be using…
By live CRUD with AJAX, we mean that you will be able to Create, Read, Update, Delete data without having to refresh the page. This…
In this tutorial, you will be learning to create and run cron jobs on localhost. You will need XAMPP or WAMP and this tutorial is…
You can crop the image before uploading and save it on your server using PHP. Cropping an image would require a jQuery library called cropper. You…
Dynamic pagination is one of the most amazing way to optimize your page load if you have a lot of record in your database. You…
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…