<?php
    
include("menue2.php") ;
    
$sql="SELECT * FROM tab_adressen" ;
    include(
"verbinden.php");
    
//include("ausgeben.php");
?>



1