In this post I will explain you How to Generate PDF from Mysql Database using PHP. To Generate PDF file with mysql data content and output, we will use popular php library FPDF which will help us to generate PDF file.…
Expand +Month: March 2018
YouTube live streaming directly from computers and phones
if you’ve ever trying to go live on YouTube before, Rather than simply clicking a button to start your webcam and start streaming, you need to set up and activate encoding software. YouTube’s new Live streaming feature for Chrome browsers…
Expand +How to Import MySQL Database from SQL File using PHP
Importing SQL script via programming will be useful when we need to create database structure dynamically. For example, if we provide APP or plugin to download and install from online, the dynamic SQL import will be used to setup the…
Expand +How to Create Dynamic Category Subcategory Tree using PHP and MySQL
Category and subcategory tree view structure gives an easy to use approach to list the parent and child categories. The category and their subcategory are effectively isolated by a tree structure. The categories tree view is constantly recommended to display…
Expand +How to Restrict or Control WordPress Admin Access by IP
Are you worried about the security of your WordPress site? what’s more, need to secure the WP Administrative panel? Limit admin access by IP Address is a compelling method to secure your WordPress admin panel. In this instructional exercise, we’ll…
Expand +How to Add Remove Input Fields Dynamically Using Jquery
The greater part of the circumstances there come a minute where we have to include dynamic fields in a form. For fulfilling those requirements, a considerable lot of us think to create a script where we can include multiple fields…
Expand +LOOPS IN C
In a program until a particular condition is being satisfied, repetition of any operation is called looping. There are two types of loop in C programming. Top tested Bottom Tested Top Tested :- The loop in which condition is checked…
Expand +