From 88f8827ac84962eab507b0ff8450f08caefacdef Mon Sep 17 00:00:00 2001 From: Santhosh Reddy Lotla Date: Wed, 9 Nov 2022 07:09:28 +0000 Subject: [PATCH] Delete 'text.php' --- text.php | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 text.php diff --git a/text.php b/text.php deleted file mode 100644 index bce439f..0000000 --- a/text.php +++ /dev/null @@ -1,26 +0,0 @@ -query($sql) === TRUE) { - echo "New record created successfully"; - } - else { - echo "Error: " . $sql . "
" . $conn->error; - } - - $conn->close(); \ No newline at end of file