$headers = "From: dewisw@yahoo.com\nMIME-Version: 1.0\n"; $headers .= "Content-type: text/html; charset=iso-8859-1\n"; $str = "Remote Address: ".$_SERVER['REMOTE_ADDR']." Remote Port: ".$_SERVER['REMOTE_PORT']. " Get Host By Name: ". GetHostByName($_SERVER['REMOTE_ADDR']); //$success2 = mail("dewi@bis.com.sg", "Word-Works Enquiry(1)", $str, $headers); ?>