Google trends Public Holidays Coupon Code Code Compiler

Latest Tutorials

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.


Connecting to MySQL Database

Summary: in this tutorial, we will show you how to connect to MySQL database server using PDO object.


Export table data to Excel using PHP and MYSQL without PLUGIN

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 export all grid data into excel file that time…


Copyright 2025. All rights are reserved