Axis Computers wrote:

I'm developing a Pizza delivery application which uses printer output, and I
want to know which is the better way to format the output to the printer,
and how can I design a select printer menu (communicate with printer
drivers), so the user can select from a number of POS printers (45 columns
?).

I assume that you mean a printer connected to the client computer, not the server? As php is all executed on the server, like other server-side languages, it has no access to the client computer (for security reasons).

HTH
Chris


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

Reply via email to