View Single Post
Old 06-10-2003, 03:18 PM   #3 (permalink)
nemesis
Registered User
 
nemesis's Avatar
 
Join Date: Jun 2003
Posts: 4
nemesis is on a distinguished road
Unhappy

I think It's close, but I instead of an issue with links and a list of topics from that issue, I have say 'issue 20" with a topic, then this is repeated with the next topic in the array as many times as there are topics... somehow I need to loop the issues and display them just once with all their associated topics. It seems simple but there must be something basic I'm missing.... The first issue in the array is also missed out. I'm in the process of testing different places to try the loop. I also tried something like the code below , but that just created a list of all the topics below.....

PHP Code:
for($i=0$i<$num_results$i++) {
$topic

nemesis is offline   Reply With Quote