Page 1 of 1

creating barcode lables

Posted: Mon Jul 29, 2002 10:02 pm
by mardhani
Hi All:

Is it possible to have a web site which allows its clients to print barcodes? Basically the idea is that somebody using any broweser goes to a website, provides some information and clicks on button which says "generate lables". In response it gets a page from the server which show the barcode lables. The user should be able to print this page by using any inkjet or laserjet printers and avery labels.

The question here is, does some sort of php script or any other software exists today which can be used on server side to generate an html page which looks like sheet of barcode lables. The barcode lable values can be passed to this script or software.

Any help in this regard will be greatly appreciated.

Thanks

Karim

Posted: Tue Jul 30, 2002 1:27 am
by twigletmac
Firstly, please don't cross-post especially when your other post is in the 'client-side' forum and you are specifically asking about server-side solutions. (Other post has been deleted)

Secondly, PHP could do this. If you search for 'barcodes' in the PHP section of http://www.hotscripts.com there's a bunch of scripts there for generating barcode images.

Mac

Posted: Tue Jul 30, 2002 12:33 pm
by MattF
Maybe PHP with GD dumping results into a simple HTML table?

php barcodes script

Posted: Sat Dec 20, 2003 4:24 pm
by J4L