echo '';
while ($row_eis = mysql_fetch_array($result_eis, MYSQL_ASSOC))
{
$titel_eis = stripslashes($row_eis["spkart_titel"]);
$text_eis = stripslashes($row_eis["spkart_text"]);
echo "
$titel_eis
$text_eis
|
";
echo ' | ';
}
#echo '| foto eis | ';
echo ' ';
?>
|
echo '';
while ($row_schok = mysql_fetch_array($result_schok, MYSQL_ASSOC))
{
$titel_schok = stripslashes($row_schok["spkart_titel"]);
$text_schok = stripslashes($row_schok["spkart_text"]);
echo "
$titel_schok
$text_schok
|
";
echo ' | ';
}
#echo '| foto eis | ';
echo ' ';
?>
|
echo '';
while ($row_tee = mysql_fetch_array($result_tee, MYSQL_ASSOC))
{
$titel_tee = stripslashes($row_tee["spkart_titel"]);
$text_tee = stripslashes($row_tee["spkart_text"]);
echo "
$titel_tee
$text_tee
|
";
echo ' | ';
}
#echo '| foto eis | ';
echo ' ';
?>
|