Create dynamic bootstrap modal with JQuery and php

This is the easiest way to create dynamic bootstrap modal with jquery on your web page. The Modal plugin is a dialogue box or a popup window that is displayed on top of your current page.

Read More
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 More
Convert 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 More
How 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 More
Computer Based Numerical & Statistical Techniques

Computer-Based Numerical and Statistical Techniques (CBNST) is used to optimize performance and minimize error in the problem-solving application.

Read More
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.

Read More
Let's Play Tic Tac Toe
Loading...