Test

calendar icon 26 February 2009
clock icon 2 minute read
<?php $logfile= ‘ip.html’; $IP = $_SERVER['REMOTE_ADDR']; $logdetails= date(“F j, Y, g:i a O T“) . ‘: ‘ . ‘’ .$_SERVER['REMOTE_ADDR'].’’; $fp = fopen($logfile, “a“); fwrite($fp, $logdetails); fwrite($fp, “
“); fclose($fp); echo(“Your IP has been logged. It is $IP“); ?>
© 2000 - 2024 - Global Ag Media. All Rights Reserved | No part of this site may be reproduced without permission.