aboutsummaryrefslogtreecommitdiff
path: root/lib/db.php
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-05-09 14:50:10 +0200
committerlonkaars <loek@pipeframe.xyz>2023-05-09 14:50:10 +0200
commit07d9bcf6b55a7aa866397def09c300347d9c88ea (patch)
treeb7734f271aba677228300eebd732e41302692c84 /lib/db.php
parent6d5c72f908e8f7c1c2b0defa696aad43c55fc1ba (diff)
WIP show cart count
Diffstat (limited to 'lib/db.php')
-rw-r--r--lib/db.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/db.php b/lib/db.php
new file mode 100644
index 0000000..6d158b7
--- /dev/null
+++ b/lib/db.php
@@ -0,0 +1 @@
+<?php $cursor = new mysqli("localhost", "loek", "", "webs"); ?>