PHP刪除數據庫數據

<?php   $code = $_GET["code"];   $db = new MySQLi("localhost","root","123456","study");   !mysqli_connect_error() or die("鏈接失敗!");   $sql = "delete from `員工信息` where 工號 ='{$code}'";   $r = $db->query(
相關文章
相關標籤/搜索