I have made a small page containing the following PHP

<?php
echo "Ip address<BR>";
echo $REMOTE_ADDR;
echo "<BR><BR>Port number<BR>";
echo $REMOTE_PORT;
echo "<BR><BR>System info<BR>";
echo $HTTP_USER_AGENT;
echo "<BR><BR>Last page visited in this window<BR>";
echo $HTTP_REFERER;
?>

is there any way i can make the PHP file email me the info above without revealing the 
users address, if so, what should i add to the code? (dont worry im only using the 
code above as a tester, as you can tell im not a hacker)


-legokiller666-
http://www.StupeedStudios.f2s.com
New address.... new site

ICQ: 115852509
MSN: [EMAIL PROTECTED]
AIM: legokiller666


Reply via email to