Re: Re: [PHP] Re: How could I make the browser to send a command to a cash register...]

2006-09-11 Thread Satyam
client. Satyam - Original Message - From: "Mitch Miller" <[EMAIL PROTECTED]> To: Sent: Monday, September 11, 2006 5:56 PM Subject: [Fwd: Re: [PHP] Re: How could I make the browser to send a command to a cash register...] Just realized I forgot to CC: the original

[Fwd: Re: [PHP] Re: How could I make the browser to send a command to a cash register...]

2006-09-11 Thread Mitch Miller
a connection to the port that causes the drawer to open. -- Mitch Original Message -------- Subject: Re: [PHP] Re: How could I make the browser to send a command to a cash register... Date: Mon, 11 Sep 2006 10:42:37 -0500 From: Mitch Miller <[EMAIL PROTECTED]> To: Man-w

RE: [PHP] Re: How could I make the browser to send a command to a cash register...

2006-09-11 Thread Jay Blanchard
[snip] It's a RS232 serial register. PHP, running at the server side, could talk to the hardware at the client side? Or is it ActiveX? [/snip] You're correct, server-side cannot perform a client-side task. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[PHP] Re: How could I make the browser to send a command to a cash register...

2006-09-11 Thread Man-wai Chang
> That 100% depends on how the cash register works. Is it an NT cash > register, or an propitiatory one? Is it rs232 or on a network? > Basically, find out how the cash register can be controlled, then make a > php script that can fire that control. Thanks. It's a RS232 serial register. PHP, ru

[PHP] Re: How could I make the browser to send a command to a cash register...

2006-09-10 Thread Alex Turner
Man-wai Chang wrote: > to open its drawer? > That 100% depends on how the cash register works. Is it an NT cash register, or an propitiatory one? Is it rs232 or on a network? Basically, find out how the cash register can be controlled, then make a php script that can fire that control. If you