Re: [PHP] Bar codes

2006-04-19 Thread Tom Chubb
Under the GD Image Functions within the PHP Help file (on php.net) there is
an example for barcodes.
It also refers to barcodeisland.com which may be of use to you.
HTH

On 13/04/06, Emil Edeholt <[EMAIL PROTECTED]> wrote:

> Hi,
>
> I've never used bar codes before. And now I need to print out bar codes,
> and I've been told it should be in the format K39 Normal (I could have
> misunderstood since I can't find that on google. Maybe Code 39 Normal?).
> Any idea how to find that bar code font or what it's called? And what
> shall I use to print it out? Is it just as a regulat font, or do I need
> some special bar code lib?
>
> Thanks for your time
>
> Best regards Emil
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


--
Tom Chubb
[EMAIL PROTECTED]
07915 053312


RE: [PHP] Bar codes

2006-04-16 Thread Weber Sites LTD
Barcodes On The Fly With GD
http://www.weberdev.com/get_example-184.html 

Sincerely 
 
berber 
 
Visit the Weber Sites Today, 
To see where PHP might take you tomorrow. 
PHP code examples : http://www.weberdev.com 
PHP & MySQL Forums : http://www.weberforums.com
Learn PHP & MySQL Playing Trivia : http://www.webertrivia.com
SEO Data Monitor http://seo.weberdev.com


-Original Message-
From: Emil Edeholt [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 13, 2006 5:50 PM
To: php-general@lists.php.net
Subject: [PHP] Bar codes

Hi,

I've never used bar codes before. And now I need to print out bar codes, and
I've been told it should be in the format K39 Normal (I could have
misunderstood since I can't find that on google. Maybe Code 39 Normal?). 
Any idea how to find that bar code font or what it's called? And what shall
I use to print it out? Is it just as a regulat font, or do I need some
special bar code lib?

Thanks for your time

Best regards Emil

--
PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:
http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Bar codes

2006-04-13 Thread Leonard Burton
HI,

> Any idea how to find that bar code font or what it's called? And what
> shall I use to print it out? Is it just as a regulat font, or do I need
> some special bar code lib?

I have been using this lib for quite some time.
http://www.mribti.com/barcode/

You will have to either set register globals to on or you will have to
make a work around.

I added this to the top of image.php and it works fine:
foreach ($_REQUEST as $k => $v) {$$k = $v;}

Bascially all you will need to do is make a link to the
image.php?params=params and then you can print it out or do whatever
with it.

Hope it helps!


--
Leonard Burton, N9URK
[EMAIL PROTECTED]

"The prolonged evacuation would have dramatically affected the
survivability of the occupants."

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Bar codes

2006-04-13 Thread Emil Edeholt

Hi,

I've never used bar codes before. And now I need to print out bar codes, 
and I've been told it should be in the format K39 Normal (I could have 
misunderstood since I can't find that on google. Maybe Code 39 Normal?). 
Any idea how to find that bar code font or what it's called? And what 
shall I use to print it out? Is it just as a regulat font, or do I need 
some special bar code lib?


Thanks for your time

Best regards Emil

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Bar codes

2005-05-20 Thread James E Hicks III
Emil wrote:
Hello!
Sorry if this is off topic. I'm making a php site where one can order 
a kit and now I would like to mark the kits with bar codes generated 
by the php script. I would also need some kind of bar code hardware 
reader and some way for a computer to read the result from the bar 
code reader, guess php might not work here so I might create some java 
application or whatever.

I've never done anything like this before, do you know of any good 
starting points? I don't know anything about bar codes.

Regards Emil
I've written an entire Warehouse Management System using PHP that 
utilizes barcoding extensively. We use zebra printers and various 
barcode reading wands (usually USB connected) with wedges. Most of these 
wands allow you to set a postfix code to send after it sends the wanded 
data. I just set this to  and that allows for easy wanding into 
webpages that are specially designed to accept this type of input.

The Zebra printers use a language called ZPL. We created our basic label 
templates using ZPL and use PHP to fill out the template and send it on 
to the cups server (which handles sending the data to the Zebra printer).

Good Luck, this will be a fun project!
James Hicks
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Bar codes

2005-05-20 Thread Leif Gregory
Hello Emil,

Friday, May 20, 2005, 4:45:49 AM, you wrote:
E> I've never done anything like this before, do you know of any good
E> starting points? I don't know anything about bar codes.

http://www.phpclasses.org and search for barcode


-- 
Leif (TB lists moderator and fellow end user).

Using The Bat! 3.5 Return RC9 under Windows XP 5.1
Build 2600 Service Pack 2 on a Pentium 4 2GHz with 512MB

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] Bar codes

2005-05-20 Thread Jim Moseby
> Hello!
> 
> Sorry if this is off topic. I'm making a php site where one 
> can order a 
> kit and now I would like to mark the kits with bar codes generated by 
> the php script. I would also need some kind of bar code 
> hardware reader 
> and some way for a computer to read the result from the bar 
> code reader, 
> guess php might not work here so I might create some java 
> application or 
> whatever.
> 
> I've never done anything like this before, do you know of any good 
> starting points? I don't know anything about bar codes.
> 
> Regards Emil
> 

If I understand you correctly, a person orders a kit, you print a barcode,
on a sticker for instance, and apply it to the kit they order.  You then
want to be able to scan the barcode, when you ship it for instance, back
into the application.

For this you will need a TTF barcode font (available on the web for free), a
barcode scanner (check out Symbol, and Wasp), and a label printer.

There are many, relatively inexpensive, barcode reader solutions that simply
plug into a USB port, or go between your keyboard and your computer.  Scans
data in just as if you had typed it.


JM

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Bar codes

2005-05-20 Thread Emil
Hello!
Sorry if this is off topic. I'm making a php site where one can order a 
kit and now I would like to mark the kits with bar codes generated by 
the php script. I would also need some kind of bar code hardware reader 
and some way for a computer to read the result from the bar code reader, 
guess php might not work here so I might create some java application or 
whatever.

I've never done anything like this before, do you know of any good 
starting points? I don't know anything about bar codes.

Regards Emil
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Bar Codes

2002-11-05 Thread Marco Tabini
This might be an overly simple solution for your needs (depending on 
which kind of barcodes you need), but you can cheat with this:

http://www.barcodesinc.com/generator/index.php

Hope it helps.

Marco

---
php|architect -- The Monthly Magazine For PHP Professionals
Visit us on the web at http://www.phparch.com!




On Wed, 6 Nov 2002, Ricardo Fitzgerald wrote:

> Hi,
> 
> I'm developing a php application to display and print discount coupons, with
> a barcode in them, my problem is the server where php is, doesn't have gd
> compiled with the ttf option it does have the t1, this is the first time I'm
> developing this kind of application using php and I'm not sure which font I
> should upload to the server (it must be free) and if there is one.
> 
> BTW this application will run under  PostNuke CMS.
> 
> Thanks
> 
> Rick
> 
> 
> 
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Bar Codes

2002-11-05 Thread Ricardo Fitzgerald
Hi,

I'm developing a php application to display and print discount coupons, with
a barcode in them, my problem is the server where php is, doesn't have gd
compiled with the ttf option it does have the t1, this is the first time I'm
developing this kind of application using php and I'm not sure which font I
should upload to the server (it must be free) and if there is one.

BTW this application will run under  PostNuke CMS.

Thanks

Rick



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php