From 260365286a0803ed7e96a7bd8c5bfc7b8e780c50 Mon Sep 17 00:00:00 2001 From: Andrea Fiorencis Date: Wed, 25 Feb 2026 10:41:18 +0100 Subject: [PATCH] Added base php SQL query function (grazie China) --- index.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 index.php diff --git a/index.php b/index.php new file mode 100644 index 0000000..4d845dd --- /dev/null +++ b/index.php @@ -0,0 +1,31 @@ + + + + + + + + Northwind Clients + + + + + \ No newline at end of file