Log rapid Leave a reply $fp = fopen(‘log-dev.txt’, ‘a+’); fputs($fp, serialize($_POST).”\n”); fclose($fp);