Just a shot, but try this: $text = 'Peter wrote this on: ' . date("d M Y") . "\ "; $file = 'C:\\vbTest\\msrg.ppp'; $fp = fopen( $file, 'a' ); fwrite( $fp, $text ); fclose($fp);