here is what i need to print out:
Quote:
1. Question #1
2. Question #2
3. Question #3
1. Answer #1
2. Answer #2
3. Answer #3
|
i am doing something like:: select id, question, answer from faq
then i need to run a loop on the questions and then a seperate loop on the answers.
i could do this in 1.72 seconds using 2 queries, but it would be better if i just used 1...
blegh.