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...
How to Make Basic URL Shortener in PHP and MySQLi

How to Make Basic URL Shortener in PHP and MySQLi

You might be using bit.ly, goo.gl, tinyurl.com or maybe some other URL shortener service to shorten your URL. It’s true that long URL doesn’t look pretty when you are sharing it...
Why to Choose PHP

Why to Choose PHP?

No doubt PHP has many benefits, and the reason for which it has become the most accepted web development language. IT companies either big or small are using PHP for creating...
Email Verification Script using PHP and MySQLi

Email Verification Script using PHP and MySQLi

In last article we have learned How to Create Registration Form with PHP and MySQLi. Now you might be looking for that How to send a email confirmation link or email...
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...
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...
PHP Login Script with Session

PHP Login Script with Session

In this tutorial we are going to learn that How to Make a Login Form with Session in PHP. These days almost every website require a Login System for their website...
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...
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...
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...