Are you looking for PHP script to create dynamic Graphs and Charts? You’re here at right place. Here is a detailed tutorial to create dynamic graphs and charts with PHP using FusionCharts library. The library comes along with JavaScript library to build interactive charts and graphs for your application.
Author: PHPZAG Team
How to Create Read More in PHP?
If you’re developing website with PHP to list multiple article on home page. Then definitely you will need to display only few starting lines of each article content with “Read More…” link to display full article content in a page when click on “Read More…” link. It would be best approach to display “Read More” […]
YouTube Video Downloader Script in PHP
YouTube is the most popular videos sharing platform where we watched videos online. However, we often need to get those YouTube videos for offline uses. If you’re a PHP developer then definitely you’re looking for a PHP script to download YouTube videos on your local server. So here in this post, we will explain how […]
Create Simple Pagination with PHP, MySQL and jQuery
Pagination is an important part of any web project where huge numbers of records are listed from the database. In our previous tutorial, you have learned how to implement Create Advance Pagination with PHP and MySQL, in this tutorial we will show you a simple way to implement pagination with Bootstrap, PHP, MySQL and jQuery.
How to create PDF with PHP?
There are many web applications that require output such as invoices, contracts or it’s web pages in PDF format. PHP has PDFlib library to create PDF dynamically but it’s very vast and need a lot of time to study and understand. So there are another PHP class FPDF that allows you to generate PDF files […]