<?php
    $id
=$_GET["id"] ;
    
$sql="DELETE FROM tab_adressen WHERE id = $id;
    include(
"verbinden.php");
    include(
"index.php");
?>
1