BURASI ÜRÜN EKLEME FORMU
error_reporting(0);
include ('db.php');
session_start();
if (!isset($_SESSION['giris'])) {
  echo header('location:index.php');
}
?>
  
  
  Maksem Kontrol Panel | Kategori Ekle 
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
<script></script>
<script></script>
<script></script>
<script></script>
<script></script>
<script></script>
<script>
  $(function () {
    // Replace the 
BURASI DA VERİTABANINA EKLEME KISMI
error_reporting(0);
include ('db.php');
session_start();
if (!isset($_SESSION['giris'])) {
  echo header('location:index.php');
}
?>
include ('db.php');
$name = $_POST['kategori'];
$ekle = $bag->prepare("insert into kategori set kategori=?");
$ekle->execute(array($name));
if ($ekle) {
	
	echo header('location:kategoriekle.php');
}
?> 
  

 
                    