Browsing Tag

PHP and MySQL

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 Use Twitter API with PHP

Twitter is an information network and communication mechanism that produces more than 200 million tweets a day. The Twitter platform offers API’s to access their data. Each API represents a facet of Twitter, and allows developers to build…

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…

PayPal Express Checkout with PHP and MySQL

Most of the people prefer to shop online which made eCommerce to grow rapidly. But, what makes an excellent eCommerce site for the customers? The answer is - an excellent checkout process. There are several different payment options…