Aktuelles
hier finden Sie aktuelle Meldungen vom Ferienhaus Meyer
include("includes/config.php"); $sql = 'SELECT * from aktuelles WHERE id = '.$_GET['id'].''; $result = mysqli_query ($db, $sql); if(mysqli_num_rows($result) > 0) { for($i=0; $i < $rowact = mysqli_fetch_assoc($result); $i++ ) { $id = $rowact['id']; $teaser = $rowact['teaser']; $text = $rowact['text']; $act = $rowact['act']; ?> echo $teaser ?> echo $text ?>} }else{ echo "
"; } ?>