ok it works on internet explorer
fine and dandy 🙂
on netscape i get this displayed when i access that page
HOSTNAME ==> $hostname"; //echo "
IP ==> $ip
"; //echo "
PORT ==> $port
"; $time = date("Y-m-d H:i:s"); $string = $time . ' ==> ' . 'HOSTNAME: ' . $hostname . '; IP: ' . $ip . '; PORT: ' . $port . "\r\n"; $fp = fopen('remote.txt', 'a+'); $fw = fwrite($fp, $string); $fc = fclose($fp); ?>
the code just displayed on the screen ...
any ide how to fix this ?