Aktuelles
//Show News
$sql="SELECT id,headline,news, pics, thumbs FROM news ORDER BY id DESC LIMIT 3;";
$result = mysql_query($sql);
while($row=mysql_fetch_array($result)) {
echo "
"; echo $row['news']."
"; $thumbs=$row['thumbs']; $pictures=$row['pics']; $mythumbnails = explode(",", $thumbs); $mypictures = explode(",", $pictures); if($mypictures[0]){ echo ""; } if($mypictures[1]){ echo "";} if($mypictures[2]){ echo "";} if($mypictures[3]){ echo "";} if($mypictures[4]){ echo "";} echo ""; echo "
"; } ?>
".$row['headline']."
"; echo $row['news']."
"; $thumbs=$row['thumbs']; $pictures=$row['pics']; $mythumbnails = explode(",", $thumbs); $mypictures = explode(",", $pictures); if($mypictures[0]){ echo ""; } if($mypictures[1]){ echo "";} if($mypictures[2]){ echo "";} if($mypictures[3]){ echo "";} if($mypictures[4]){ echo "";} echo ""; echo "
"; } ?>