PHP - 4.3.1
Apache - 1.3.33
Server OS - W2003
Clients - W2000 and XP
We have a Trouble Ticket application that our users submit tickets with. It sends an email to IT so we can resolve. I have modified the email to include the machine's IP address that the ticket was submitted from. However, I would also like to get the actual machine name that the ticket was submitted from as well.
For the IP, I use the following:
$ip = getenv('REMOTE_ADDR');
Is there a call to get the 'REMOTE_NAME'?
Thanks for any assistance.
Apache - 1.3.33
Server OS - W2003
Clients - W2000 and XP
We have a Trouble Ticket application that our users submit tickets with. It sends an email to IT so we can resolve. I have modified the email to include the machine's IP address that the ticket was submitted from. However, I would also like to get the actual machine name that the ticket was submitted from as well.
For the IP, I use the following:
$ip = getenv('REMOTE_ADDR');
Is there a call to get the 'REMOTE_NAME'?
Thanks for any assistance.