How do I keep a Repeat Region after selection?
I have a Link/Menu button where the user chooses a city. That populates a table with all the courses for that city. Then the user can select any course to show information about that course I have the link set like this, charlottenccourses.php?course=<?php echo $row_getAll['course'];?>. That is working fine, but when they select it, the table with the courses for the city disappears. So they have to select it again and hit go to see the courses again. How can I make that stay to the same city with all the courses until they choose another one? Thanks!