Added sources

This commit is contained in:
Sam Hos
2024-01-07 14:13:54 +01:00
committed by Sam
parent b5a5c1be87
commit 1b0450af0a

View File

@@ -57,3 +57,7 @@ En je kan meerdere dingen in een echo zetten doormiddel van een punt
```php ```php
echo "Text" . $variabele . "Text"; echo "Text" . $variabele . "Text";
``` ```
---
### Bronnen:
* 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