From 13df277565d75900627e13c44df2825ca737af56 Mon Sep 17 00:00:00 2001 From: SiskelDev Date: Mon, 22 Sep 2025 02:10:04 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index be8c5e3..aa0157f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # PHP-sqlToJson This is a simplified Function for making SQL Requests and getting them back as JSON Text +# Usage +Place the `sqlToJson.php` inside of your Webpage / Project / Where you need it and import it into your PHP Script via `require_once("path/to/sqlToJson.php");` + # Example ```PHP // Import the Class