... echo $_POST['name']; } else { echo $_GET['name']; } ?> ... if( $_GET['op']=='del' ) { // 準備刪除資料的語法$pdo->exec("DELETE FROM ...
確定! 回上一頁