程式碼 <?php $file = fopen('\\\\UserPC\SharedDocs\a.txt', 'ab'); if($file){ fwrite($file,date("Y-m-d H:i:s")); fclose($file); } ?>
確定! 回上一頁