Here is my current code. I\'m trying to display data from three separate queries into a single table with multiple columns. Is my while statement wrong here? It\'s printing 1 ta
The while loop is taking an OR clause. This means if the first one returns true, it won't execute the second one.