Re: [PHP-DB] Bar codes in PHP

2003-07-29 Thread Norma Ramirez - TECNOSOFT
"Later on librarians are using the bar code scanner, which will pick up the unique id and look up in the database for further processing". Hardik this part it´s exactly what I want to know, how by using a php form, read or pick up as you say, the bar code and make an input to the database or somet

Re: [PHP-DB] Bar codes in PHP

2003-07-29 Thread Hardik Doshi
You need the bar code scanner on the client side. PHP has nothing to deal with the bar code. I have implemented the bar code system for the online library management system for one reputed school at Chicago. For every book, system is generating the unique id and later on i am exporting these ids a

Re: [PHP-DB] Bar codes in PHP

2003-07-28 Thread Norma Ramirez - TECNOSOFT
Thank´s Brad, that sounds simple, I gonna try and later I´ll tell the results. =) Norma Ramirez Area de Desarrollo Web -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DB] Bar codes in PHP

2003-07-28 Thread Matt Schroebel
> From: Norma Ramirez - TECNOSOFT > [mailto:[EMAIL PROTECTED] > Sent: Monday, July 28, 2003 3:20 PM > > > Hi all, does someone know how to capture or read bar codes > from php? It will be great if I could do inputs to my > database directly from bar codes in the products. Ideas??? I think yo

Re: [PHP-DB] Bar codes in PHP

2003-07-28 Thread Brad Bonkoski
"CPT John W. Holmes" wrote: > PHP wouldn't have anything to do with it. Your barcode should "fill in" a > text area on a web page, which is the submitted to a PHP file for > processing. You'll need something client site to get the code from the > scanner to the web page. You wouldn't really nee

Re: [PHP-DB] Bar codes in PHP

2003-07-28 Thread CPT John W. Holmes
PHP wouldn't have anything to do with it. Your barcode should "fill in" a text area on a web page, which is the submitted to a PHP file for processing. You'll need something client site to get the code from the scanner to the web page. Unless you're talking about a program that acutally monitors t