phpMoot
phpMoot > PHP - Examples > PHP – Show OS, PC and Host Name
Author: phpMoot September 5, 2011 0 Comments
PHP - Examples
The given PHP example shows your Operating System, Computer, and Host name. Code Example:
<?php echo php_uname('s')."<br />"; echo php_uname('n')."<br />"; echo gethostbyaddr($_SERVER['REMOTE_ADDR']); ?>
← Previous post
Next post →
Your email address will not be published. Required fields are marked *