Generate Watermark using TCPDF

How to add your own watermark on PDF by using TCPDF

In this blog we will add a watermark on a PDF using TCPDF. Adding a watermark to a PDF document is a basic need in document editing work. TCPDF is… Read more
Generate barcode

How to generate and download barcode with jQuery free

By using JsBarcode JavaScript library we will generate barcode and this is a customizable barcode generator which is helpful to create your barcode. You can also download this barcode in… Read more
autocomplete widget

How to make autocomplete search with PHP and AJAX

In this blog we will create on live demo example where we can implement live autocomplete search by using autocomplete widget of jQuery UI and PHP. In this tutorial, I… Read more
AJAX LOADER

How to display loading image or loader when Ajax call is in progress?

When you call Ajax and you need to display loading image or loader then you must have to follow this blog. In this blog we will create live example to… Read more
message notification

How to Send Text Messages by using Firebase

In this blog we will create live demo to send message by using JavaScript Firebase Cloud Messaging client app. Firebase Cloud Messaging (FCM) is a cross-platform messaging solution that lets you reliably send messages at no cost.… Read more
create-business-email

How to create free business email

In this tutorial we will create free business email address like [email protected] and also you can send and receive all the mail from your customers or users. Using free and… Read more
download PDF invoice dynamically in PHP

How to generate or download PDF invoice dynamically in PHP with MySQL

In this blog we will learn or setup live demo example to generate or download PDF invoice file by using PHP. We also upload that PDF invoice file on server… Read more
JS

Cover all the javascript validations in one html form

First of all, the form must be checked to make sure all the mandatory fields are filled in. It would require just a loop through each field in the form and… Read more
import excel data

How to Import Excel Data into Mysql Database using PHP CodeIgniter

In this tutorial, we will would love to share with you how to import excel file data in MySql database using PHP CodeIgniter. Step 1: Create one table like `EMPLOYEE_MASTER_DATA`… Read more
How to create dynamic Amchart Graph with MySQL , PHP and AJAX

How to create dynamic Amchart Graph with MySQL , PHP and AJAX

In this blog I make a call to the database, retrieve the results by converting it to a json format in PHP & then pass it to a graph to… Read more