aboutsummaryrefslogtreecommitdiff
path: root/public/db.php
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-05-08 13:20:14 +0200
committerlonkaars <loek@pipeframe.xyz>2023-05-08 13:20:14 +0200
commit847347fb5511f6c526e41e0e5963e6d4f3882e58 (patch)
tree7559f1dcb2b55871b17eed1d7081b10d97026108 /public/db.php
parent14997bb700d5bc30d69a48294ae26a7e566939c5 (diff)
WIP show products in database
Diffstat (limited to 'public/db.php')
-rw-r--r--public/db.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/db.php b/public/db.php
new file mode 100644
index 0000000..6d158b7
--- /dev/null
+++ b/public/db.php
@@ -0,0 +1 @@
+<?php $cursor = new mysqli("localhost", "loek", "", "webs"); ?>