Demo Cropping an image would require a jQuery library called cropper. You can download the cropper library from the link below: Download cropper library Go ahead…
Pagination is one of the most amazing way to optimize your page load if you have a lot of record in your database. You can…
By “Load more” we mean creating a button that allows you to show only 10 or 20 records and on clicking that button will fetch…
We will be using 4 files to implement reset password option. index.php (to get email address) send-recovery-mail.php (to send email) reset-password.php (to enter new password) new-password.php (to update the…
We will be creating a simple form to enter email address of receiver, subject, message and ability to select a file. That file will be…
We will be implementing 3 functions and will be creating 3 files for each function: upload.php for uploading the file index.php for downloading the file…
In this tutorial, we will be creating a dropdown to display list of orders. On selecting order from list, we display all product’s code in…
For example, you are displaying a list of users or products or anything that has so much attributes that you cannot display them all in…
Demo Convert time to different timezones Calculating difference between 2 dates requires 2 calendars to pick dates or you may want to calculate difference based…
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.…
Demo We will be using a FREE api to convert any currency to anyother at the standard market rates. Market rates may differ on time, also it…
Convert time to different timezones We will be creating a countdown timer based on some DateTime column value from MySQL database via PHP. These type…
To create a ZIP file in PHP, there isn’t any need for third-party library. PHP provides a large variety of built-in functions to create a…
There are 2 types of progress bars, one with infinite progress loop similar to this: and one which shows the number of percentage completed like…
By the end of this tutorial, you will be able to show database data using AJAX using simple Javascript (no jQuery). Benefits of using AJAX…
Demo In order to resize an image without stretching, we will be calling built-in functions of PHP. No third party library will be used in…
By the end of this tutorial, you will be able to send an email with any beautifully designed template in HTML, CSS or Bootstrap. We…
When developing iOS applications, one of the most common features in almost all apps is to upload images. It can be in the form of…