Đặt vé xe buýt trực tuyến bằng PHP / MySQLi

1 <?php
2
3 // This
is a sample code in case you wish to check the username from a mysql db table
4 include(
'../db.php');
5 if
($_GET['id'])
6 {
7 $id=$_GET[
'id'];
8  $sql =
"delete from customer where transactionum='$id'";
9  mysqli_query($conn,
"delete from customer where id='$id'");
10  mysqli_query($conn, $sql);
11 }
12
13 ?>


Gõ tìm kiếm nhanh...