krishnandu
Galvanizer
Hi friends, I'm developing a web based application, that need to communicate with the device that will be connected to serial port or USB port on the Client PC's.
I'm using PHP as server side language. As far my common sense says and knowledge goes, PHP from a browser won't be able to use Client resource for security issues.
So I'd like to know about what are my options and ways out. I think java applet's, flash applications are my options. Please correct me if I'm wrong and suggest me if any other options can be considered.
I don't have any idea about CGI programming. What about python??
As I'm sure PHP itself from a browser can't help me achieve what I want, so I'm now thinking of a java applet which will be launched and do my tasks and return the result to PHP and will get killed.
Any other ideas and suggestions are welcomed.
I must mention everything will be in Linux, so please don't consider about Windows Methods(like Silverlight maybe).
I'm using PHP as server side language. As far my common sense says and knowledge goes, PHP from a browser won't be able to use Client resource for security issues.
So I'd like to know about what are my options and ways out. I think java applet's, flash applications are my options. Please correct me if I'm wrong and suggest me if any other options can be considered.
I don't have any idea about CGI programming. What about python??
As I'm sure PHP itself from a browser can't help me achieve what I want, so I'm now thinking of a java applet which will be launched and do my tasks and return the result to PHP and will get killed.
Any other ideas and suggestions are welcomed.
I must mention everything will be in Linux, so please don't consider about Windows Methods(like Silverlight maybe).