Is there away to get the local computer name?
I know how to get the host and the ip but I was wondering if there was away to get the actual computer name.
For exmaple:
if the IP was 255.255.255.1 and the host was global.host.com and the computer name was RADMANhost, I could pick up the IP using getenv("REMOTE_ADDR") and the host using getenv("REMOTE_HOST"), but I dont know a command for the computer name....anyone have an idea? if its even possible :o)
Thanks