I have a query that pulls city and states from my database, then lists the cities in a list each as a link. I will then pass the city name through the url to pull up business listings, when a city is clicked. My only hang up is "How do I keep the list of cities from the first query? Can I store query results somehow and use them on another output? This will be a 3 page process.
Thanks for any help
Thanks for any help