IP, Machine Name, User Name

hi.
you should write a file like this
Code:
<?php

    phpinfo();

?>

then you've the possibility to check the content of the array $_SERVER ..
there you'll find the requested information ..
 
Back
Top