Sindbad~EG File Manager

Current Path : /home/beghelic/public_html/old-yedek/admin/kod/
Upload File :
Current File : //home/beghelic/public_html/old-yedek/admin/kod/yorum-ekle.php

<?php
ob_start();
include "baglan.php";

$must = $_POST["must"];
$namesurname = $_POST["namesurname"];
$company = $_POST["company"];
$comment = $_POST["comment"];



$stmt = $db->prepare("insert into comments (must, namesurname, company, comment)value(:must, :namesurname, :company, :comment)");
$stmt->bindParam(':must', $must, PDO::PARAM_STR);
$stmt->bindParam(':namesurname', $namesurname, PDO::PARAM_STR);
$stmt->bindParam(':company', $company, PDO::PARAM_STR);
$stmt->bindParam(':comment', $comment, PDO::PARAM_STR);
$stmt->execute();

header('Location: ../pages/musteriyorumlari.php');

?>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists