Skip to content
Snippets Groups Projects
Commit 58b010e7 authored by Arya Pradipta's avatar Arya Pradipta
Browse files

fixing other dummy data

parent 3a23d2b3
No related merge requests found
Pipeline #7857 canceled with stages
......@@ -38,7 +38,7 @@ $sqlInsert = rtrim($sqlInsert, ", ");
require 'dbConnect.php';
$stmt = $conn->query($sqlInsert);
print_r($sqlInsert);
// print_r($sqlInsert);
$conn->close();
echo ('Pengisian data sukses!');
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment