include ("header.php");
?>
$abfrage = "SELECT * FROM WeltTAB";
$erg = mysqli_query($verbindung,$abfrage);
// DatenAuswahl
$result = mysqli_query($verbindung,"SELECT idw, datum, titel_d, coun_d, thumb2, link FROM WeltTAB $string ORDER BY datum DESC" );
?>
|
|
|
|
|
|
|
|
|
|
|
while ($row = mysqli_fetch_row( $result )) { ?>
" style="float: left; margin-left:15px; margin-top:15px; margin-bottom:5px; width:125px; height:150px; background-color: #EAECEE; border: 1px dashed green;">
echo "$row[3]"; ?> echo "$row[1]"; ?> |
if ($row[5]== "") {
echo " ";
}
else {
echo " ";
}
?>
|
| echo "$row[2]"; ?> |
} ?>
|
|
//include ("fuss.php");
?>