Optie 1
Optie 2
Optie 3
```
```php
als (isset($_POST['radio'])) {
$radioWaarde =$_POST['radio'];
// Sla de radiowaarde hier op in de database.
}
?>