PHP Tutorial

Creating a QR Reader Web App using WebCam Scanner JS (insacamn.js) Tutorial with Source Code

Submitted by andresjario26 on

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

Simple Polling System using PHP/MySQLi with Source Code

Submitted by rinvizle on

This PHP Polling System written in PHP and MySQL. We will teach how to create this system for your schools, business, etc. This system can vote and counts the result for each participants or candidates in the given data by the admin. Each user has a account and can create a new account if they want to vote. The users can also manage their profiles if they want.

Creating a Live Search in Table using Vue.js and PHP

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a search function that searches MySQL table using Vue.js with the help of axios.js and PHP. In this tutorial, you can search for either the first name or the last name of members in the members' table then it will return members that match your search.

How to Generate a QR Code using Google QR Code API and PHP

Submitted by nurhodelta_17 on
This tutorial tackles how to create a QR Code using Google QRCode API with PHP. QR stands for Quick Response and as per Google Dictionary description, it is a machine-readable code consisting of an array of black and white squares, typically used for storing URLs or other information for reading by the camera on a smartphone.

How to Create a Price Range Slider Filter Using PHP and Ajax

Submitted by razormist on
Learn on how to create a Price Range Slider Using Ajax. PHP is a server-side scripting language designed primarily for web development. Using Ajax, data could then be passed between the browser and the server, using the XMLHttpRequest API, without having to reload the web page. It is designed to simplify the traditional way of coding in javascript.

Creating a Simple To Do List App in PHP

Submitted by razormist on
Learn on how to create a Simple To-Do List App using PHP. PHP is a server-side scripting language designed primarily for web development. Using PHP, you can let your user directly interact with the script and easily to learned its syntax. It is mostly used by newly coders for its user-friendly environment. So Let's do the coding.

Creating a CodeIgniter Signup From with Email Verification

Submitted by nurhodelta_17 on
This tutorial tackles how to create a simple signup form with validation and email verification in CodeIgniter. CodeIgniter is a lightweight PHP framework that uses MVC(Model-View-Controller) architecture. Sending email verification is a way to check whether the users' inputted email is valid or not.