Just curious. How deep are your while loops when performing things like MySQL queries.
I just had 3 nested loops today. I am sure some people out there have done a lot more than that. I am curious what people have done.
I usually average 2, but because of the database developers at Microsoft's BCentral don't know how to, well, develop a database, my boss wanted a report which I think should be available at BCentral.
So, I downloaded a comma delimited file, imported it into MyPHPAdmin and then write a triple nested WHILE loop all doing MySQL queries.
I am happy to say that the report works great when you use it with CSS.