[PHP] User Enviroment Vars

2002-07-02 Thread James Brisland
Has anyone her got any idea how I could access the User Env Vars so I can get processor type, speed, ram etc. Is there any way to do this? Or would be be something other than PHP. Also I need to do this over the web and not on their machine. Any ideas? James. -- PHP General Mailing List

Re: [PHP] User Enviroment Vars

2002-07-02 Thread Michael Sweeney
Ask them. Seriously, PHP is a server-side platform. The only information about the client that you're possibly going to be able to get is what is passed to you either through the headers of a request (basically just the remote address and some browser information), or what the user tells you