diff --git a/phpInterface/README.md b/phpInterface/README.md new file mode 100644 index 0000000..c1e56a9 --- /dev/null +++ b/phpInterface/README.md @@ -0,0 +1,7 @@ +# ShoppingListPHP + +This is a PHP interface for the shopping list I originally intended for use with the voice assistant Rhasspy only. + +Throw the files onto a webserver that has PHP and network access to your MySQL/MariaDB server and edit shoppingListConfig.php. + +Afterwards simply access shoppingList.php with your browser. diff --git a/phpInterface/shoppingList.php b/phpInterface/shoppingList.php new file mode 100644 index 0000000..bd66ded --- /dev/null +++ b/phpInterface/shoppingList.php @@ -0,0 +1,212 @@ + +
+