Advertisement
kura2yamato

update

Dec 4th, 2017
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?php
  2. // koneksi
  3. $conn= mysqli_connect("localhost","root","","oto");
  4. //mysqli_select_db($conn,"oto");
  5. error_log("\nstart".date("Y-m-d H:i:s"), 3,"log.txt");
  6. //akan ada file log.txt
  7. //cek tanggal modified nya
  8.  
  9. $query = "DELETE FROM murid ";
  10. $hasil = mysqli_query($conn,$query) or die(mysqli_error());
  11.  
  12. error_log("\n".date("Y-m-d H:i:s")."\thapus murid", 3,"log.txt");
  13. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement