Log rapid

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

Leave a Reply

Your email address will not be published. Required fields are marked *