From b512c2c943a9661008ee278238fe40ea2f99886e Mon Sep 17 00:00:00 2001 From: Pijus Kamandulis Date: Thu, 9 Jun 2016 12:13:22 +0300 Subject: [PATCH] Removed unnecessary lines --- config/config.php | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/config/config.php b/config/config.php index 354a14f..aa3c0cc 100644 --- a/config/config.php +++ b/config/config.php @@ -6,13 +6,4 @@ $SQL_User = "paste"; $SQL_Password = "ckQgRJRhib74XMgVpzmn38uj1MrCcNnK7L9bc7zu"; //========CONNECTION========// $conn = new PDO('mysql:host='.$SQL_Host.';dbname='.$SQL_Database.';charset=utf8mb4', $SQL_User, $SQL_Password); -/* -//==========INSERT==========// -$stmt = $dbh->prepare("INSERT INTO Customers (CustomerName,Address,City) -VALUES (:nam, :add, :cit)"); -$stmt->bindParam(':nam', $txtNam); -$stmt->bindParam(':add', $txtAdd); -$stmt->bindParam(':cit', $txtCit); -$stmt->execute(); -*/ -?> \ No newline at end of file +?>