From bbc142ad9bd50b86de80a21871d3b545d541282c Mon Sep 17 00:00:00 2001 From: Sam Hos Date: Sun, 7 Jan 2024 16:34:08 +0100 Subject: [PATCH] Added source --- docs/documentatie/sql.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/documentatie/sql.md b/docs/documentatie/sql.md index 344f700..c1da295 100644 --- a/docs/documentatie/sql.md +++ b/docs/documentatie/sql.md @@ -62,4 +62,5 @@ echo "Text" . $variabele . "Text"; * https://www.w3schools.com/php/php_mysql_select.asp Voor data opvragen uit database * https://www.w3schools.com/js/js_json_php.asp Voor data omzetten in json in php * https://www.w3schools.com/php/php_json.asp Voor data omzetten in json in php -* https://stackoverflow.com/questions/43903767/read-the-body-of-a-fetch-promise Opgehaalde data in een json array zetten in javascript \ No newline at end of file +* https://stackoverflow.com/questions/43903767/read-the-body-of-a-fetch-promise Opgehaalde data in een json array zetten in javascript +* https://css-tricks.com/using-fetch/ voor documenteren \ No newline at end of file