Is this possible with PHP?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
ReVaL
Forum Newbie
Posts: 3
Joined: Thu Jul 27, 2006 8:14 pm

Is this possible with PHP?

Post 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!
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

depending on implementation, yes.
ReVaL
Forum Newbie
Posts: 3
Joined: Thu Jul 27, 2006 8:14 pm

Post by ReVaL »

Thank you!
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post 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()
Post Reply