File: /home/sinanpasha/www/risale/sozler/urun-detay.php
<?php
include ("include/db.php");
// Link ile gönderilen urun_id değişkenini $_GET ile çek.
$sayfa_id = $_GET ["sayfa_id"];
$bilgiler = mysql_query("select * from sozler where sayfa_id='$sayfa_id' ");
$dizi = mysql_fetch_array($makale);
$yazi = $dizi ["yazi"];
?>
<!doctype html>
<html lang="tr">
<head>
<meta charset="utf-8">
<title>Bil Soft Eticaret - Ürün Detay - <?php echo $urun_adi;?> </title>
<meta name="language" content="tr">
<meta name="description" content="<?php echo $description;?>">
<meta name="author" content="Bil Shop Eticaret Sitesi">
<meta name="robots" content="index,follow">
<meta name="Copyright" content="Tüm hakları Bil Shop Firmasına aittir.">
<link rel="stylesheet" type="text/css" href="css/stiller.css">
<link rel="stylesheet" type="text/css" href="font-awesome/css/font-awesome.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<!-- Responsive için gerekli Head kodu başladı -->
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/stiller-responsive.css">
<link rel="stylesheet" href="js/responsive-menu/slicknav.css">
<script src="js/responsive-menu/modernizr.min.js"></script>
<!-- Responsive için gerekli Head kodu bitti -->
</head>
<body>
<!-- ==================== Header Top ==================== -->
<!-- ==================== Wrapper Top ==================== -->
<div id="wrapper" class="sablon_width">
<div id="page_content">
<div id="urun_detay">
<table width="100%" border="0" cellspacing="5" cellpadding="5">
<tr>
<td width="25%" scope="col"><strong>Yazı Alanı</strong></td>
<td width="3%" scope="col"><strong>:</strong></td>
<td scope="col"><?php echo $yazi;?></td>
</tr>
</table>
</div>
<div class="clear"></div>
</div>
</body>
</html>