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…
To create a ZIP file with password in PHP, there isn’t any need for third-party library. PHP provides a large variety of built-in functions to…
In this tutorial, we are going to show you how you can upload file with AJAX. We will also be displaying a progress bar. We…
By the end of this tutorial, you will be able to get data from database using AJAX using simple Javascript (no jQuery). Benefits of using…
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 this…
By the end of this tutorial, you will be able to send a dynamic email in PHP. Along with any beautifully designed template in HTML,…
In this article, we will discuss how you can upload single or multiple images from your iOS app in Swift, and save them in the…