|
Posted by Benjamin Edwards on 09/27/01 11:05
A couple of things that mey help. I think phpinfo() will display all the system varables. These varables come from the web server so your web server documentation may help. Another thing that may work is implode ( ',' $_SERVER ) which should give you a (, comma) seperated list of $_SERVER (Not sure uf this works for assosiated arrays) and you can also see if the varable is there.
Ben
>>> Bruno Santos <bvsantos@hal.min-saude.pt> 01/11/05 03:43pm >>>
Hello all.
I have a problem that i hope to solve with php. i know that, using
$_SERVER['xxx'] is possible to find some information about the client
who is accessing the script.
what i need to know if its possible to find out more information about
the client, like in linux the DISPLAY variable of the client ?
if i make a system call, i get the server information and thats not what
i want ?
if not with php, is possible to do it with javascript ?
thanx in advance
Bruno Santos
--
Say no to Software patents
www.nosoftwarepatents.com
--
bvsantos@hal.min-saude.pt
--
Divisão de Informática
informatica@hal.min-saude.pt
Tel: +272 000 155
Fax: +272 000 257
--
Hospital Amato Lusitano
geral@hal.min-saude.pt
Tel: 272 000 272
Fax: 272 000 257
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________
______________________________________________________________________
This email and any files transmitted with it are confidential. It is for the intended recipient only. If you have received the email in error please notify the author by replying to this email. If you are not the intended recipient, you must not disclose, distribute, copy, print, or rely on this email. Any views expressed by an individual within this email which do not constitute or record professional advice relating to the RNLI, do not necessarily reflect the views of the organisation.
Registered Charity Number 209603
Navigation:
[Reply to this message]
|