Generate QR code in php using google api
QR code (Quick Response Code) is the trademark for a type of matrix barcode. A QR code is a machine-readable code consisting of an array of black and white squares.
Read MoreConvert text to image in php
Some of the cases we need to create an image dynamically when the web page is loading, Then a question raised in the mind - Can I convert text to image in PHP? the answer is Yes! why not.
Read MoreHow do you Encrypt and Decrypt a PHP String
Mcrypt is a replacement for the popular Unix crypt command. crypt was a file encryption tool that used an algorithm very close to the World War II Enigma cipher. Mcrypt provides the same functionality but uses several modern algorithms such as AES.
Read MoreLogin 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.
Read MoreConvert an array to tree View Jquery
If you have an array of data in a format of parent and child relationships, then you can convert an array to tree View with the help of jQuery.
Read MoreHow to install Laravel on windows using wamp
Hey, Today I am going to tell you about Laravel Framework. Laravel is no doubt the most popular PHP framework. It allows you to create web applications fast and easy. In this, i’m going to show you how to create your first Laravel app that runs on your local wamp server.
Read More