Public Holidays Coupon Code Code Compiler

Latest Tutorials

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…


Get Backup Your MySQL Database Using PHP

One of the most important tasks you needs to do often is backup their MySQL database. In many cases, the database is what drives most of the site. While most web hosts do a daily backup of a customer's database, relying on them to make backups and provide them at no cost is risky to say the least. That's…


Autocomplete dropdown using jquery plugin

The Autocomplete provides suggestions while you type into the field. Here the suggestions are city names, displayed when at least one characters are entered into the textfield. The datasource is a server-side script which returns JSON data, specified via a function which uses jQuery.ajax() for the source…


Import MySQL Database Using PHP

One of the most important tasks you needs to do import MySQL database. I am going to show you how you can easily restore MYSQL database using PHP. below is the simple PHP method for importing MYSQL database without PHPMyAdmin.


Simple Testimonial slider using HTML and CSS and JS

In this article I have gone through all it's the basic part of Html CSS & javascript. After reading this tutorial you will be expert in creating any types of testimonials just using the HTML CSS and javascript and the main things of this tutorial is responsive you can see after creating such a testimonials…


Login with PayPal Using PHP

One of the most important tasks you needs to do PayPal Auth using php. I am going to show you how you can easily implement PayPal login in PHP using PayPal sandbox account.


Copyright 2025. All rights are reserved