php tutorial
How to Create SQL Sub Query in PHP/MySQLi Tutorial
Creating a Login and Registration Form using PHP PDO Tutorial
Creating a Simple Captcha Generator in PHP Tutorial
Creating a QR Reader Web App using WebCam Scanner JS (insacamn.js) Tutorial with Source Code
How to read QR Code using WebCam Scanner JS (instascan.js) / Reading QR Code with JS.
In this tutorial, I will show you guys how to develop/create a web application that can read QR codes using WebCam Scanner JS (instascan.js). I have provided below the required plugins/libraries that I used to develop the source code. In the video provided below, I will show/teach you how to create a Web QR Reader step by step.
Getting Started
Please Download/Save
the following files and includes this in your project
PBNL FORUM SCRIPT
Countdown Timer for Bidding System
Updating Multiple Rows in MySQL using PHP
PHP If…Else Statements
PHP If…Else Statements
The if statement is used to execute code with condition. If the value of the condition is True then execute the statement else execute another statement or simply end the execution.
There are three combination of the If statement namely:
PHP Operators
In every programming language, operators play an important role. It can be use in comparison statements like IF statement, loops statement like WHILE loops, assigning a value to a variable and a lot more.