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