creating barcode lables

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
mardhani
Forum Newbie
Posts: 1
Joined: Mon Jul 29, 2002 10:02 pm

creating barcode lables

Post 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
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post 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
MattF
Forum Contributor
Posts: 225
Joined: Sun May 19, 2002 9:58 am
Location: Sussex, UK

Post by MattF »

Maybe PHP with GD dumping results into a simple HTML table?
J4L
Forum Newbie
Posts: 4
Joined: Sat Dec 20, 2003 4:24 pm

php barcodes script

Post by J4L »

Post Reply