Page 1 of 1

Is this possible with PHP?

Posted: Thu Jul 27, 2006 8:46 pm
by ReVaL
Hello,

I've been assigned to project in which we have to read data from some USB devices and then display it in a web browser live. The data has to be displayed live and this is a crucial part of the objective. Can this be accomplished with PHP or should I be looking more into Java?

Thanks in advance!

Posted: Thu Jul 27, 2006 8:51 pm
by feyd
depending on implementation, yes.

Posted: Fri Jul 28, 2006 12:06 am
by ReVaL
Thank you!

Posted: Fri Jul 28, 2006 3:28 am
by Chris Corbyn
You mean a storage device? It would be done just like displaying data from the hard disk.

On http://www.php.net/


opendir()
readdir()
closedir()
file_get_contents()