Collect client system information

Hello,

I want to collect client side system information(serial no, processor speed etc) and submit it to server. I know javascript is no use in doing it.

Can someone tell me how to do it. Its for an intranet site.

Thanks

I can’t tell you how to do that.
I can tell you you can’t do it with php (which is a server side language).

I too know that.
Can’t be done using javascript.

Can’t be done using PHP.

Some other solution?

You could write a Java applet to do this, which would then fire back the details to your server; I’m not sure if flash could this too.