PHP – Show OS, PC and Host Name
Here is a simple php code that will show your Operating System, Computer, and Host name.
Example Code:
- <?php
- echo php_uname(‘s’).”
- “;
- echo php_uname(‘n’).”
- “;
- echo gethostbyaddr($_SERVER['REMOTE_ADDR']);
- ?>
Follow @phpzag

great . Thanks for informations . Ill be back. Thanks once again