NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

<?php require_once 'parts/navbar.php'; ?>

<head>
<link rel="stylesheet" href="assets/css/category.css">
</head>
<div class="everything">
<?php require_once 'parts/slider.php';

$s = @intval($_GET['s']);
if (!$s) {
$s = 1;
}

$q = strip_tags($_GET['q']);
if (!$q) {
header('Location:' . $arow->site_url);
}

$sorgu = $db->prepare(
"SELECT film_kat_id,film_durum FROM filmler
INNER JOIN kategoriler ON kategoriler.id = filmler.film_kat_id
WHERE film_durum=:d AND film_baslik=:baslik LIKE :baslik"
);
$sorgu->execute([':d' => 1, ':baslik' => "%" .$q. "%"]);

$toplam = $sorgu->rowCount();
$lim = 9;
$goster = $s * $lim - $lim;


?>
<div class="mainbody">
<div class="categorytab">
<button class="tablinks" onclick="openCity(event, 'category')" id="defaultOpen"><a class="baslik">Arama Sonuçları</a></button>
</div>

<!-- START OF CATEGORY TAB -->
<div id="category" class="tabcontent">
<div class="categorylist">

<?php

$sorgu = $db->prepare(
"SELECT * FROM filmler
INNER JOIN kategoriler ON kategoriler.id = filmler.film_kat_id
WHERE film_durum=:d AND film_baslik LIKE :baslik ORDER BY film_tarih
DESC LIMIT :goster,:lim"
);

$sorgu->bindValue(":d", (int) 1, PDO::PARAM_INT);
$sorgu->bindValue(":baslik", '%' . $q . '%', PDO::PARAM_STR);
$sorgu->bindValue(":goster", (int) $goster, PDO::PARAM_INT);
$sorgu->bindValue(":lim", (int) $lim, PDO::PARAM_INT);
$sorgu->execute();


if ($s > ceil($toplam / $lim)) {
$s = 1;
}

if ($sorgu->rowCount()) {

foreach ($sorgu as $row) {

?>

<div class="tabfilmcontent">
<a href="<?php echo $arow->site_url; ?>/filmdetay.php?yazi_sef=<?php echo $row['film_sef']; ?>?id=<?php echo $row['film_id']; ?>" class="tabimage">
<img src="<?php echo $row['film_resim']; ?>" alt="<?php echo $row['film_baslik']; ?>">
</a>
<div class="movieinfo">
<span class="imdbRatingPlugin" data-title="<?php echo $row['film_imdb']; ?>" data-style="p3">IMDb: </span>
<span class="viewcount"><i class="fas fa-eye"></i> <?php echo $row['film_izlenme']; ?> İzlenme</span>
<span class="moviename"><?php echo $row['film_baslik']; ?></span>
</div>
</div>

<?php } ?>

<ul class="pagination">
<?php

if ($toplam > $lim) {
pagination($s, ceil($toplam / $lim), 'ara.php?q=' . $q . '&s=');
}

?>
</ul>

<?php

} else {
echo '<div class="alert alert-danger">' . $q . ' için uygun sonuç bulunamadı.</div>';
} ?>

</div>
</div>
<!-- END OF CATEGORY TAB -->


<?php require_once 'parts/sidebar.php'; ?>
</div>
<?php require_once 'parts/footer.php'; ?>
</div>
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.