Re: Computers name?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Gustav Wiberg schrieb:
> Hi there!
> 
> Is it possible to get (retrieve) the computername of the client? I just want 
> the name for comparing...

In PHP all you get from the client is in the predefines variables:
http://de.php.net/manual/en/language.variables.predefined.php

Perhaps these are of any help:
http://de.php.net/manual/en/reserved.variables.php#reserved.variables.server

If you cannnot find what you need in these (hint: print_r($GLOBALS);),
your last resort might be JavaScript which runs in a sandbox, too, so
don't bet on it.


AllOlli
____________
Byers: "What proof do you have?"
Bond: "I got this!"
Byers: "You're on the phone, Jimmy!"
[Lone Gunmen 09]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux