Hello, I have a php code to display a few things from my sql database. Right now, it's listed in rows:
item 1
item 2
item 3
and so on
But I want to list all of the info in rows AND two columns, like this:
item 1 item 2
item 3 item 4
and so on
I've looked endlessly on google to find codes...