On Friday 03 May 2002 02:05, Mrdini wrote:
> Hi,
>
> I'm currently working on a warehouse system, and I'd like to print some
> labels pretty accurately.
>
> At the moment, I'm using Mozilla to print, but this just won't do,
> especially not when we're expecting to print something like 4,000 labels
> next week :D
>
> $client is the MySQL record where the client information is stored.
> $copies is the number of copies.
>
> So, what I was thinking was to go :-
>
> User selects number of copies to print & the client number.
> Give HTML2ps the PHP URL with all the info stored in the URL (form POST
> IIRC).

I think using the PDF functions would be a much better solution. You have 
full control over what gets printed where. Search on sourceforge for wrapper 
classes which make the PDF functions easier to use.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
Your job is being a professor and researcher: That's one hell of a good excuse
for some of the brain-damages of minix.
(Linus Torvalds to Andrew Tanenbaum)
*/

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

Reply via email to