0

Is there a way to determine the hardware configuration of the user's PC, when he coming to a web resource? Like characteristics of processor or amount of RAM.

Can I do this with JS or PHP?

Unihedron
  • 10,902
  • 13
  • 62
  • 72
only_dimon
  • 79
  • 2
  • 11

1 Answers1

0

Not with plain JavaScript or PHP. The browser simply does not expose that information. You could write a Java applet though and retrieve what you need trough that.

Jan Hančič
  • 53,269
  • 16
  • 95
  • 99