Login with Facebook using PHP
Hmm, If your website has a customer base section or any kind of customer interaction activity, then you must need to add login with Facebook. In this tutorial, I’ll show you a complete step by step process to implement login Read More…
How to Convert Text to Image using PHP
In this example, you will find an amazing technique of PHP code. Yes! you can convert text to image using PHP. Some of the cases we need to create an…
Generate QR code in PHP using google API
The QR code (Quick Response Code) is the trademark for a type of matrix barcode. So, Let’s start to generate QR code in PHP. A QR code is a machine-readable code consisting of an array of black and white squares. Normally Read More…
How to create Pagination with PHP and MySql
Pagination is a very important and useful section of my website. So, In this article, I am going to show you create a pagination with PHP and MySql. You have seen that every website must have a pagination concept. What Read More…
Convert multidimensional array to XML file in PHP
XML stands for eXtensible Markup Language. In this post you’ll lean about convert multidimensional array to XML. This is a markup language that encodes documents in a machine-readable and human-readable format. XML was designed to store and transport data. XML is Read More…
cURL example in PHP
In this post, I’ll show you a cURL example in PHP. Basically, cURL is a library that allows you to make HTTP requests in PHP. In other words, we can say cURL is a way to request a URL from Read More…