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
Load more button

How to load more data from database using PHP

When you have lots of records on your webpage and if you want to load these records in some segment or in some limited bunch like at a time five… Read more
Google reCAPTCHA

How to add Google reCAPTCHA v3 in login page with HTML and PHP

In this blog we will learn how to enable and customize reCAPTCHA v3 on your webpage. reCAPTCHA uses an advanced risk analysis engine and adaptive challenges to keep malicious software from… 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
Send email as attachment in PHP

Create Dynamic PDF and Send as Attachment with Email in PHP?

Here we have use TCPDF for PDF generation and PHPMailer for sending an email. We will create live demo example for dynamically generate PDF file and send an email as attachment. Read more
How to send mail using PHPMailer in PHP

How to send mail using PHPMailer in PHP

How to send mail using PHPMailer in PHP 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
add dynamic event calendar

How to add event dynamically in fullcalendar with PHP and MySQL live example

In this blog we will create live example to add an event on calendar dynamically and save that event into the database. We will display all the events from the… Read more
webcam-photo-capture

How to capture image from webcam in JavaScript and PHP?

In this blog we will create one demo to capture an image by using webcam. You can also capture an image from mobile camera. We are using webcam.js JavaScript library… Read more