
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

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

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

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

In this article, we will learn how to crop the image before uploading it with Cropper JS & PHP. We are using Cropper.js library this is a JavaScript library for cropping image.… Read more

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

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

In this blog, we will learn how to Export data into Excel in CodeIgniter. Export data functionality makes your web application user-friendly and helps the user to maintain list data.… Read more

You can create a simple live database search functionality utilizing the Ajax and PHP, where the search results will be displayed as you start typing some character in search input… Read more