>> I'm trying to get the " Computer Name " of a client accessing my web
>> site,
>> is there a way to do this ? not ip...
>>
>> tia
>
>This is what you need:
>
> $box=php_uname('n');
This gives no information about the *CLIENT* whatever.
It gives information on the SERVER.