sirala.php de


if ($_GET['s'] == "") {
$s = "1";
}
bu bölümü

if ($_GET['s'] == "") {
$s = "1";
} else {
$s = $_GET['s'];
}
olarak değiştirin...