Checkbox iteration
First Tour
Second Tour
Thrid Tour
Fouth Tour
Tours\n"; foreach ($tours as $tourItem) { echo "* $tourItem
"; } } ?>
source