Convert HTML to PDF in PHP Using FPDF
Generating a PDF from HTML is one of those tasks that sounds straightforward until you’re actually doing it. FPDF is a…
Generating a PDF from HTML is one of those tasks that sounds straightforward until you’re actually doing it. FPDF is a…
Visitors counter script is just simple way to counts how much time your web page has been accessed. Through this you…
You have generally seen Star Rating System on various e-commerce or service related websites. This feature is used to know about…
Are you looking for dependent country state and city dropdown for your application. In this post we have exlained how to…
This tutorial will help you to generate XML file dynamically using PHP and MySql. Xml data can be simple to maintain…
HTTP cookies are how PHP maintains state between requests, remembering a logged-in user, storing preferences, or tracking a shopping cart. They…
Learn about the case conversion function in php. String-related methods are widely used during programming. In this short tutorial, we show…
Learn How to Login with Google Account using PHP & MySQLi. If you are looking to implement social account login functionality…
Learn how to extract a zip file using the PHP ZipArchive class. In the previous post, we have explained how to…
Learn how to create ZIP file using PHP. In the previous post, we will see how to compress the image before…
Compress or resize image before upload is an important functionality for any web developer. Everyone knows that fast web page loading,…
Converting an HTML to PDF is mainly required to download a bunch of data or text content via the web application….