From: Manish
> 
>     Is it possible to do touch screen programming  in
> PHP ? If it is then, how ?
>   Please specify th specs with code.

If the touch screen is attached to the server, yes. But you probably
need to specify which touch screen and drivers you are using.

If it is attached to the browser, no. All PHP does is generate HTML to
send to the browser. It is up to whomever manages that machine to
install the drivers for the touch screen and integrate it into the OS.

You need to be more specific about what you are trying to do.

Bob McConnell

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

Reply via email to