Genrate barcodes

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
PHPaolo
Forum Newbie
Posts: 11
Joined: Mon Aug 31, 2009 10:21 am

Genrate barcodes

Post by PHPaolo »

Hi!
I'm searching for a free class to insert in my application that, given a code, will create the barcode.
The best will be class able to create different types of barcode (i.s code128, EAN-13, DataMatrix, etc..)

Someone can help me?
thanks in advance
Paolo
User avatar
VladSun
DevNet Master
Posts: 4313
Joined: Wed Jun 27, 2007 9:44 am
Location: Sofia, Bulgaria

Re: Genrate barcodes

Post by VladSun »

There are 10 types of people in this world, those who understand binary and those who don't
PHPaolo
Forum Newbie
Posts: 11
Joined: Mon Aug 31, 2009 10:21 am

Re: Genrate barcodes

Post by PHPaolo »

mmm... something is not working with that class...
PHPaolo
Forum Newbie
Posts: 11
Joined: Mon Aug 31, 2009 10:21 am

Re: Genrate barcodes

Post by PHPaolo »

Maybe because I need to install the GD2 library...
Post Reply