Case Study

Friday, July 30, 2010

Creating a simple code using PHP to capture barcode scanner entry

The code

Barcode scanner is just like a keyboard. So, we use javascript to set focus on the input field to force the value to load within the input field.


Try this one below with your favorite barcode scanner and see it in action. The script used here is written above.



Thursday, July 29, 2010

Introduction to PHP Programming Language

What is PHP?

* PHP stands for PHP: Hypertext Preprocessor
* PHP is a server-side scripting language, like ASP
* PHP scripts are executed on the server
* PHP supports many databases (MySQL, Informix, Oracle, Sybase, Solid,PostgreSQL,Generic ODBC, etc.)
* PHP is an open source software
* PHP is free to download and use