Import Excel File Data in MySQL Database using PHP

Import Excel File Data in MySQL Database using PHP

DOWNLOADDEMO In this tutorial we will learn how to "Import Excel Sheet Data in MySQL Database using PHP. When we develop some database linked website where we have to enter data in database, sometime we...
Google Chart with PHP and MySQLi Database using Google API

Google Chart with PHP and MySQLi Database using Google API

LIVE DEMODOWNLOAD A chart is a graphical representation of data in which “the data is represented by symbols, such as bars in a bar chart, lines in a line chart, or slices...
Creating Registration Form with PHP and MySQLi

Creating Registration Form with PHP and MySQLi

In previous post we have learned to create a secure login system with session. Now let's have look at How to Create a Registration Form with PHP and MySQLi. Well it's...
Twitter Login Using PHP

Twitter Login using TwitterOAuth and PHP

LIVE DEMODOWNLOAD I got several requests for Social Login using PHP, so here is my first tutorial on this series. In this tutorial I am going to show you that how you...
Export MySQL Table Data into Excel Sheet Format in PHP

Export MySQL Table Data into Excel Sheet Format in PHP

DOWNLOADDEMO We often need to generate reports in excel sheet, but sometime we have our data stored in MySQL database. It is quiet easy to fetch records from MySQL and export the result in .csv file or...
Facebook Likes Count with PHP

Get Facebook Likes Count with PHP

This tutorial will help you to get Facebook Likes, Shares and Comments of any Facebook Page or External Link. I have make a function fb_count() that will fetch Facebook likes, shares...
Google reCAPTCHA Tutorial

Google reCAPTCHA Tutorial

Google has recently announced new service to prevent your website from spammers and attackers. It's completely new reCAPTCHA API called "Are you a Robot?". They named it "NO CAPTCHA reCAPTCHA". It is designed...
User’s Inactivity Check and Logout in PHP

User’s Inactivity Check and Logout in PHP

It is an essential professional approach to implement all necessary checks while developing a web based application. Sometimes it is necessary to check user's inactivity on application because may be user forget...
Sending Secure Emails in PHP with PHPMailer

Sending Emails in PHP with PHP Mailer

PHP has its own built in mail() function which is used to send emails. But it’s not flexible to use for sending emails as there is no guarantee about email delivery...
Error Handling in PHP

Error Handling in PHP

  Error handling is a very important part of creating web applications. If your code is not efficient, then you may receive error messages. Also, it will put your application in a...