Mysql – How do I assign the "active" value to a tab on the first tab in a php while loop?
I'm using a while loop to populate tabs with PHP. If I assign active while it's in the loop then they are all active. This much I understand. If I only want the first item / tab to have the…