- Edited
I've created a customer form to ask for our clients to put in a machine (Computer Name) but many times they forget, I've found this php script online and have looked around the ticket.php and form.php and not seeing the "Machine Name" field I've created on the forms, does anyone know of a good way of doing this.
<?php $hostname = gethostbyaddr($_SERVER); echo $hostname; ?>