NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io


<?php include 'yonetim/fegn/baglan.php';



$ayarsor=$db->prepare("SELECT * FROM ayar");
$ayarsor->execute(array(
'id' => 0
));

$ayarcek=$ayarsor->fetch(PDO::FETCH_ASSOC);



$hakkimdasor=$db->prepare("SELECT * FROM hakkimda where hakkimda_id=:id");
$hakkimdasor->execute(array(
'id' => 0
));

$hakkimdacek=$hakkimdasor->fetch(PDO::FETCH_ASSOC);



$yorumsor=$db->prepare("SELECT * FROM yorum ORDER BY yorum_id DESC");
$yorumsor->execute();


?>



<!DOCTYPE HTML>
<!--
Dimension by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<meta charset="UTF-8">
<title><?php echo $ayarcek['ayar_title']; ?></title>
<link rel="icon" type="image/png" href="<?php echo $ayarcek['ayar_favicon'] ?>" />
<meta name="description" content="<?php echo $ayarcek['ayar_description'] ?>">
<meta name="keywords" content="<?php echo $ayarcek['ayar_keywords'] ?>">
<meta name="author" content="<?php echo $ayarcek['ayar_author'] ?>">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<link rel="stylesheet" href="css/bootstrap.min.css">

<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<script src="js/Tooltip.js" type="text/javascript"></script>
</head>
<body>
<embed src="<?php echo $ayarcek['acilis_muzik'] ?>" loop="false" hidden="true"></embed>
<!-- Wrapper -->
<div id="wrapper">

<!-- Header -->
<header id="header">
<div class="logo">
<span class="icon fa-address-card-o""></span>
</div>
<div class="content">
<div class="inner">
<h1><?php echo $ayarcek['ayar_giris'] ?></h1>
<p><?php echo $ayarcek['ayar_altgiris'] ?></p>
</div>
</div>
<nav>
<ul>
<li><a href="#hakkimda">Hakkımda</a></li>
<li><a href="#yorum">Yorum Bırak</a></li>
<li><a href="#iletisim">İletişim</a></li>
</ul>
</nav>
</header>

<!-- Main -->
<div id="main">

<!-- Intro -->
<article id="hakkimda">
<h2 class="major">HakkImda</h2>
<span class="image main"><img src="<?php echo $hakkimdacek['hakkimda_resim'] ?>" alt="" /></span>
<p><?php echo $hakkimdacek['hakkimda_icerik']; ?></p>

</article>

<!-- Work -->
<article id="yorum">
<h2 class="major">Yorum Bırak</h2>
<div class="container">
<form action="yonetim/fegn/islem.php" method="POST">
<div class="form-row mt-4">
<div class="col-md-12">
<input type="text" required="" placeholder="Ad & Soyad" class="form-control" name="yorum_adsoyad">
</div><br>
<div class="col-md-12 mt-4">
<textarea class="form-control" name="yorum_yorum" required="" placeholder="Yorumunu yaz..." rows="6"></textarea>
</div>
<div class="col-md-12">
<button class="btn btn-success mt-4 pull-right" name="yorumekle" type="submit">Yorum Yaz !</button>
</div>
</div>
</form>



<h4 class="card-title">Yorumlar</h4>
<h5 class="card-title">Onay Sistemi Vardır.</h5>


<?php


while ($yorumcek=$yorumsor->fetch(PDO::FETCH_ASSOC)) {?>
<div class="card mt-4" style="border-style: double; border-width: 5px;" align="center">
<div class="card-body"><br>
<h6 class="card-title" style="color: gray;"><?php echo $yorumcek['yorum_adsoyad'] ?></h4>
<?php
if ($yorumcek['onay']==1) {
echo '<p class="card-text text-center">' . $yorumcek["yorum_yorum"]. '</p>' ;
} else {
echo '<p class="card-text text-center">Yorum Onaylanmamış!</p>' ;
}
?>

</div>

</div>

<br>

<?php
}


?>




</div>
</article>

<!-- Contact -->
<article id="iletisim">
<h2 class="major">Iletisim</h2>
<form method="POST" action="yonetim/fegn/mail/mail.php">
<div class="field half first">
<label for="name">Isim & Soyisim</label>
<input type="text" name="name" id="name" />
</div>
<div class="field half">
<label for="email">E-Mail</label>
<input type="text" name="email" id="email" />
</div>
<div class="field">
<label for="message">Mesaj</label>
<textarea name="message" id="message" rows="4"></textarea>
</div>
<ul class="actions">
<li><input type="submit" value="Gonder" class="special" /></li>
</ul>
</form>
</article>

<!-- Elements -->


</div>

<!-- Footer -->
<footer id="footer">
<p class="copyright">&copy; <?php echo $ayarcek['ayar_footer'] ?></a>.</p>
</footer>

</div>

<!-- BG -->
<div id="bg"></div>

<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/popper.js"></script>
<script src="js/bootstrap.js"></script>

</body>
</html>
     
 
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.