Advertisement
Roysama

delete kodingan

Dec 4th, 2017
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <?php
  2. // koneksi
  3. $conn= mysqli_connect("localhost","root","");
  4. mysqli_select_db($conn,"oto");
  5.  
  6.  
  7. $query = "DELETE FROM murid ";
  8. $hasil = mysqli_query($conn,$query);
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement