 GwellinPremium join:2004-05-31 Regina, SK Reviews:
·Access Communica..
| reply to Press2Esc
Re: Executing a (DOS) command from webpage.There is nothing the system has to do beyond what it normally does to request the webpage. In other words, by contacting the server it learns the requesting computers public IP address, you simply need to output it. In a PHP file (on the server) you would use the following line of code:
<?php
echo $_SERVER['REMOTE_ADDR'];
?>
-- Here to help all those in need, whenever I can. |