Super gify - neha
if (($post[catid] == 4) or ($post[catid] == 13)) { echo "
Zasmej sa viac...
"; if($mysql = $mysqli->query($sql = "SELECT * FROM media WHERE catid = '$post[catid]' and id != '$post[id]' order by rand() limit 16")){ while ($post = mysqli_fetch_array($mysql)) { $link = preg_replace("![^a-z0-9]+!i", "-", stripslashes($post[title])); echo " "; }#while echo ""; } }#if if (($post[catid] == 16) or ($post[catid] == 15)) { if ($post[catid] == 16) echo "Prečítaj si viac...
"; if ($post[catid] == 15) echo "
Zasmej sa viac...
"; if($mysql = $mysqli->query($sql = "SELECT * FROM media WHERE active = '1' and catid = '$post[catid]' and id != '$post[id]' order by rand() limit 15")){ while ($post = mysqli_fetch_array($mysql)) { $link = preg_replace("![^a-z0-9]+!i", "-", stripslashes($post[title])); echo " $post[title]
"; }#while echo ""; } }#if ?>