|
|
 |
 |
Leitartikel |
 |
|
$query_Redaktion = sprintf("SELECT * FROM WBO WHERE ID = %s", $artikel1);
$Redaktion = mysql_query($query_Redaktion, $christop_h) or die(mysql_error());
$row_Redaktion = mysql_fetch_assoc($Redaktion);
if ($row_Redaktion['Bild'] <> NULL and $artikel1_key <> 'no') {
$pic = TRUE;
$Bild = split("\n", $row_Redaktion['Bild']);
$BU = split("\n", $row_Redaktion['BU']);
if ($artikel1_key == 'rand') {
$artikel1_key = array_rand($Bild, 1);
}
?>
} ?>
$query_Redaktion = sprintf("SELECT * FROM WBO WHERE ID = %s", $artikel2);
$Redaktion = mysql_query($query_Redaktion, $christop_h) or die(mysql_error());
$row_Redaktion = mysql_fetch_assoc($Redaktion);
$pic = FALSE;
if ($row_Redaktion['Bild'] <> NULL and $artikel2_key <> 'no') {
$pic = TRUE;
$Bild = split("\n", $row_Redaktion['Bild']);
$BU = split("\n", $row_Redaktion['BU']);
if ($artikel2_key == 'rand') {
$artikel2_key = array_rand($Bild, 1);
}
?>
} ?>
|
 |
 |
|