Leonard B Burton wrote:

Greetings,

I am working on a Point of Sale Program for PHP. I need to find out how to open a cash register drawer. Could anyone give me any info? Do I need to do this with a javascript section?


You will be hard pressed to do anything like this with php. the reason is that php is designed primarily as a language for building web applications. Not at all suitable for desktop applications or smart devices. Hardware control certainly is not recommended.

Having said all that if you have a C library that handles the functionality you can invoke it's methods via php.


Thanks,



Leonard Burton





--
Raditha Dissanayake.
---------------------------------------------
http://www.radinks.com/print/upload.php
SFTP, FTP and HTTP File Upload solutions


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



Reply via email to