I hoping to somehow create a FAQ section for my website. At the moment, I’m displaying the question and then the answer, and so on and so on. So for example, my output looks like this…
Q ….
A …
Q…
A…
What I’m hoping to do is somehow group the questions and link to them within the document using anchor tags to the correct corresponding answer. So I need to group the answers down below as well. Any clue how I can accomplish this. Here is my code up to this point. At the moment, I’m not pulling the ID from the db, but each question/answer has a uniqued ID….
FAQ (Frequently Asked Questions)
If your can’t find an answer, please submit your question through the “Ask a Question” section below.
<%
Thanks beforehand!!!!