<?php
$gel=$_GET['gel'];
$sql=mysql_query("SELECT * FROM Wallpapers where Category='".$gel."' ORDER BY RAND() LIMIT 0,5");
while ($sonuc=mysql_fetch_array($sql)) {
$title=$sonuc["Title"];
$wallpaper=$sonuc["Wallpaper1"];
$id=$sonuc["ID"];
$seotitle = str_replace(" ", "+", $title);
echo "<a href=\"/$seotitle/\"> $title </a><br>";
}
?>Birde bunu dene bakalım.