Yesideez Posted November 5, 2008 Share Posted November 5, 2008 In my code, do you see how query2 and query3 are inside the while loop for query1. Will that cause a problem combining query1 with the other 2 queries? No. Because you're calling those two queries relying on data from the the first one you can combine them into one query. Although it may be a little tricky to read compared to having multiple queries it reduces the load on the server when pulling the data out. I'm glad you managed to sort it out by yourself, just got back home so haven't been here. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.