Source Code:
(back to article)
<?php $hostname = gethostname(); echo "The host name of the current machine is $hostname";
Result:
Report an issue