$file = fopen("filename.ext", "w"); $bOk = fwrite($file, $text); fclose($file);