PHP

Getting User TimeZone through IP Address in PHP

Many websites need to display the time of some event, which is local for the logging user. For this, there needs to first get the time zone of that user. In this article, we will see the way to determine the time zone of the current user.

PHP Upload and Read CSV File

Purpose of writing this post to show an example of how to upload and read csv file using PHP code. CSV is a comma-separated value which commonly used to store data like Excel.

PHP Currency Converter Example

In this tutorial we are going to explain how to create currency converter in website. We found plenty of tutorials on internet related this, but they are not working or updated. Most of the recommend Google API for currency converter. Google has depreciate this API service and no longer use anymore.

Google reCAPTCHA with Contact Form

Google reCAPTCHA is CAPTCHA like system which is completely free service and protect your website from spam bots submission. This service designed to validate that user is a human, just need one click to confirm it.