Simple Bar and QR (Quick Response) Code Generator Web App in PHP Free Source Code

Language

Introduction

This is a Simple Mini-PHP Project that I called Simple Bar and QR (Quick Response) Code Generator Web App. It is a web-based application that allows users to generate a printable tag that has a QR and Bar Code in it. I developed this application to help IT/CS students or self-learners to have an idea of how to generate QR and Bar Code in a PHP Project. The application uses some plugins or libraries on generating the said type of codes. It is easy to use and has a simple user interface.

About the Simple Bar and QR (Quick Response) Code Generator Web App

I developed this project using the following:

  • XAMPP v3.3.0 as my local webserver that has a PHP Version 8.0.7
  • PHP Language
  • MySQL Database
  • HTML
  • CSS
  • JavaScript
  • jQuery
  • PicQer PHP Barcode Generator
  • PHPQRCode

This Simple Bar and QR (Quick Response) Code Generator Web App allow users to generate multiple tags at once. They can also enter their desired number of copies of each generated tag. The system also stores the code tags in the database as a history. Generated Code Tags are listed on the History Page where the users can view to re-print the tag or delete the data from the history list.

Features

  • Generate Multiple Code Tag at once.
  • Dynamically add a new row for another code tag details
  • Generate QR Code
  • Generate Bar Code
  • Generate a Printable Code Tag
  • Store Generated Codes to History List
  • List All Generated Code History
  • Re-print Code Tag
  • Delete History Data.

System Snapshots of some Features

Code Tag Generator Form Page

Simple Bar and QR (Quick Response) Code Generator Web App

Printable Generated Codes

Simple Bar and QR (Quick Response) Code Generator Web App

History List

Simple Bar and QR (Quick Response) Code Generator Web App

Generated Codes-Print View

Simple Bar and QR (Quick Response) Code Generator Web App

How to Run ??

Requirements

  • Download and Install any local web server such as XAMPP/WAMP.
  • Download the provided source code zip file. (download button is located below)

Installation/Setup

  1. Enable the GDLibrary in your php.ini file.
  2. Open your XAMPP/WAMP's Control Panel and start Apache and MySQL.
  3. Extract the downloaded source code zip file.
  4. If you are using XAMPP, copy the extracted source code folder and paste it into the XAMPP's "htdocs" directory. And If you are using WAMP, paste it into the "www" directory.
  5. Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin
  6. Create a new database naming bar_qr_db.
  7. Import the provided SQL file. The file is known as bar_qr_db.sql located inside the db folder.
  8. Browse the Simple Bar and QR (Quick Response) Code Generator Web App in a browser. i.e. http://localhost/barcode_qr/

DEMO VIDEO

That's it. You can now explore the features and functionalities of this Simple Bar and QR (Quick Response) Code Generator Web App in PHP. I hope this project will help you with what you are looking for and you'll find something useful for your future projects.

Explore more on this website for more Free Source Codes and Tutorials.

Enjoy :)

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Comments

Submitted byAndreaM (not verified)on Thu, 07/14/2022 - 15:32

Nice starting base to understand how to generate labels and barcode. I'm try to modify the size and general output for document's dimensions (heigth, width...)

Add new comment