PHP-Code:
include 'db_connect.php';
$select_tbl=mysql_query("SELECT * FROM t_restaurant WHERE gastronomietyp");
while($fetch=mysql_fetch_object($select_tbl))
{
$r=$fetch->gastronomietyp;
$i=explode(',' ,$r);
echo $i[0]."</br>";
}
Einen Kommentar schreiben: