#2126063
<?php $testdata = "test"; $write= fopen('test.txt',"w"); fwrite($write,$testdata); fclose($write); ?>