<?
$tur_sec = explode("@", $kitap_turu);

echo "Türler:<br>";
for($i=0; $i<count($tur_sec); $i++){
echo $tur_sec[$i]."<br>";
}
?>