Browsing Tag

php

How to Convert HTML to PDF in PHP with fpdf

HTML to PDF conversion is always a problem for PHP Programmers and all the time they search for suitable solutions so after reviewing this article you will not take more than 10 minutes to configure HTML to PDF, I have used a library fpdf …

How to Convert an array to XML using PHP

If you want to render php array output into XML then here I am going to share a wonderful PHP class to easily convert multidimensional array to XML. You can also use same for creating API’s to share your data with other’s in XML format. As…

How to shutdown computer using PHP Script

In this quick tutorial I am going to show you How to shutdown computer using PHP Script. You can easily configure shoutdown and reboot command in PHP and control system command from web If your Apache/PHP configuration is setup to allow the…

How to Integrate Stripe Payment Gateway in PHP

Integrating payments with Stripe is easy. You would need a quick registration on http://www.stripe.com, after which you can use the test version of the Stripe API until your web app is deployed and the live version afterwards. Stripe is…