>  Q&A  >  본문

왜 삭제할 수 없나요? ? ?

index.php에서:

<script>

함수 doDel(id){

if(confirm("삭제를 확인하시겠습니까?")){

window.location="action.php?action=del&id" + id;

}

}

</script>

and

<a href='javascript:void(0);' onclick='doDel({$row['id']}) ' >삭제</a>

in action.php:

case 'del':

            $id = $_GET['id'];               $sql = "id=' $id'인 Stu에서 삭제";

                                                     $rw = mysqli_query($conn,$sql) ;";

                 ~                    . 위치: index.php');

            break ;

海洋之心海洋之心2709일 전966

모든 응답(1)나는 대답할 것이다

  • shuffle

    shuffle2017-06-12 21:52:07

    1497275534(1).jpg

    ID가 &id="+id

    넘어간거 아닌가요?

    회신하다
    0
  • 취소회신하다