I am having a little problem getting this query to show up as four columns using PHP and HTML. I would like the $manufacturers_query to show the results in 4 columns. So irrespe
This returns true every 4 rows:
true
if ( $row % 4 == 0 )