Hmm.
Okay, let me expand my explanation a bit.
Basically, the first result row is displayed in one way.
Every row AFTER that first row is displayed differently. But I can't just use an "if num_row>1" because it'll pop out EVERY row for EVERY success. So I need to go ahead and display row one, then do a conditional which BEGINS at row 2. I sitll need row 1.