Code:
if( file_exists( $file_path ) ) { $fh = fopen( $file_path, "w" ); } else { $fh = fopen( $file_path, "w+" ); } fwrite($fh, $word); fclose($fh);
MFG KV3000
if( file_exists( $file_path ) ) { $fh = fopen( $file_path, "w" ); } else { $fh = fopen( $file_path, "w+" ); } fwrite($fh, $word); fclose($fh);
Einen Kommentar schreiben: