how do i create variable variables inside a for loop?
this is the loop:
for ( $counter = 1; $counter <= $aantalZitjesBestellen; $counter ++) { }
You can use extract but I don't recommended to do what you are trying to do.