Is it possible to detect a user's CPU speed?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Dexter
Forum Newbie
Posts: 2
Joined: Thu May 27, 2004 2:43 pm

Is it possible to detect a user's CPU speed?

Post by Dexter »

I'm building a page in PHP and I wanna know if we can display the user's CPU speed, not that the user needs to know, but for mathematical purposes
User avatar
PrObLeM
Forum Contributor
Posts: 418
Joined: Sun Mar 07, 2004 2:30 pm
Location: Mesa, AZ
Contact:

Post by PrObLeM »

Ive never it heard php do that (since it is server side)
User avatar
dull1554
Forum Regular
Posts: 680
Joined: Sat Nov 22, 2003 11:26 am
Location: 42:21:35.359N, 76:02:20.688W

Post by dull1554 »

yea thats my thought, php is server side, and that would be a client side action.....maybe check out some java-script, or maybe a java applet/flash applet that feeds the php page
Post Reply