Thanks for replying,

Now I know it's possible to do it, but I still don't know how can I develop
such interface, I will do it in php and mysql, but I need a little guidance
with the way to do it I just can't figure out how ...

Thank you

Ricardo Fitzgerald

----- Original Message -----
From: "Marek Kilimajer" <[EMAIL PROTECTED]>
To: "PHP" <[EMAIL PROTECTED]>
Sent: Wednesday, November 27, 2002 10:34 AM
Subject: Re: [PHP] Is it possible to do this in PHP ? If it is then, how ?


> Using javascript you can change the src of image. So you start with
> blank image, and if onchange
> event handler finds out the input field has two chars, changes the src
> of the image to say show_image.php?id=input.value
>
> 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.e.
> >
> >x-----------------
> >32         Hawaian pizza    14"                 $ 12
> >xx         xxxxxxxxxxxxx    xx                  xxxx
> >
> >Total = ....
> >
> >
> >Thanks in advance,
> >
> >Ricardo Fitzgerald
> >AXIS  Computers
> >Web development
> >
> >
> >__________________________________________________________________ Omni
> >ICQ#: 37031810 Current ICQ status: + More ways to contact me
> >__________________________________________________________________
> >
> >
> >
> >
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


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

Reply via email to