RsD0p9BK
7/9/2014 - 5:25 AM

fwrite.php

$file = fopen("log.txt", "a+");
fwrite($file, $what."\r\n");
fclose($file);