Axis Computers wrote:
> 
> Hi,
> 
> I was wondering if this is possible to in PHP ... I am developing an
> application for a pizza place, where touch typing interface is much faster
> than using the mouse, so I was wondering if I can develop an interface with
> a calculator style keypad, and the codes entered (using something like STDIN
> in Perl), are automatically compared to the MySQL database to provide
> realtime feedback to the user, such as code 32 is hawaian pizza, and after
> the user enters code 32 Hawaian pizza get's displayed as feedback ... and
> then awaits for some other input such as size, etc...

I can't think of any reason why not. Obviously this won't be a web
application :) Though a good design could be re-used to form an online
ordering application also.

Cheers,
Rob.
-- 
.---------------------------------------------.
| Worlds of Carnage - http://www.wocmud.org   |
:---------------------------------------------:
| Come visit a world of myth and legend where |
| fantastical creatures come to life and the  |
| stuff of nightmares grasp for your soul.    |
`---------------------------------------------'

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

Reply via email to