php tutorial

Creating Simple Barcode Generator Web App in PHP Tutorial

Submitted by razormist on
Learn on how to create a Simple Barcode Generator 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 a newly coders for its user-friendly environment.

Creating a Login and Registration Form using PHP PDO Tutorial

Submitted by razormist on
Learn how to create a PDO Login and Registration using PHP. PHP is a server-side scripting language designed primarily for web development. PDO stands for PHP Data Objects. It is a lean and consistent way to access databases. This means developers can write portable code much easier. It is mostly used by a newly coders for its user-friendly environment.

Creating a Simple Captcha Generator in PHP Tutorial

Submitted by razormist on
Learn how to create a Simple Captcha Generator 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 a newly coders for its user-friendly environment.

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

Countdown Timer for Bidding System

Submitted by admin on
You can use this code if you have a bidding system. It’s a timer that will let your visitors know the time left before the bidding closes. The simple PHP script will look up the value from closing_date field of bids table then use it as the target date. The JavaScript is created by Robert Hashemian. You need to have PHP/Apache/MySQL running in your system in order to run this script. To learn more