Public Holidays Coupon Code Code Compiler

Latest Tutorials

Upload image on Amazon S3 Bucket

Simple way to upload images on Amazon S3, If your website has too many image and looking for Amazon S3 to store images there to reduces file load time and bandwidth usage, then you’re here at right place. Amazon Simple Storage Service (Amazon S3) is a popular web service that provides highly scalable,…


Pagination in PHP CodeIgniter

Pagination is the most required feature in the web based application. Generally, pagination is useful when data is retrieved from the database and listed in the web page. Pagination in data list is mandatory when you need to list the huge data. It helps to load data faster and make your web application…


Sending an Email using PHP Codeigniter

Simple way to Sending email in PHP - CodeIgniter. You also configure the preferences regarding email in CodeIgniter. CodeIgniter provides multiple features for sending emails.


Import Excel into MySql Database Without Plugin

This HTML form with the file upload option is used to choose the excel source. On submitting this form, the excel file will be sent to the PHP to parse the data source. This file upload option will only allow the excel files to choose by using the accept attribute. This code also contains the response…


Bar Chart Using Pure CSS

Simple way to create bar chart using HTML and CSS Only. I want to figure out all the ways to make bar chart with CSS. I think it's interesting that there are a million different ways to style charts and data on the web. it's great for learning about new and unfamiliar technologies. In this case: CSS…


Pure CSS Pie Chart

Simple way to create Pie chart using HTML and CSS only.


Export table data to Excel using PHP MYSQL without PLUGIN

In this article, you will show know how to export data to the excel sheet without using any plugin in PHP and MySQL.

Here in this quick tutorial I will let you know how to export grid data into excel file. Export/Import is very common functionality for web development, some time we need to…


Move Cursor to next text Field pressing Enter

In this article, you'll know how to cursor moves to another text-field pressing Enter. We have multiple text fields in the form and we want when we enters data in one text field and press enter that the cursor moves to another text-field which is next to current text field.


Get Latitude and Longitude from address using Google Maps API using PHP

For Pointing the exact location on Google Map it will always be a good idea to pass the lat and long with Google Maps API. You’ll know how to get latitude and longitude from address using Google Maps API in PHP. Here we’ll combine all code into a PHP and you only need to use this to find latlong…


Get Zip Code From Address Using Google Maps API In PHP.

get zip code from address using Google Maps API in PHP. Here we’ll combine all code into a PHP and you only need to use this to find zipcode from an address.


Copyright 2025. All rights are reserved