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!
Is this possible with PHP?
Moderator: General Moderators
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
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()
On http://www.php.net/
opendir()
readdir()
closedir()
file_get_contents()