Skip to content

PHP file added to backendFiles folder that lets us test recipe DB

Coadiey Pride requested to merge php-code-to-query-recipe-database into master

Added phptest.php file that contains php code that queries database and outputs results of query to a html table which can be displayed in the browser if loaded on webserver. PHP file also has a GET method that is an example of how we can filter user input safely before inserting into database. Added this file as an example of how we will test database and query it.

Merge request reports