Jump to content

Display search results in multiple tables on same web page


This topic is 6477 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I have built a web page that shows all of our current members when opened in a browser. However they are in one long list and I want the data to display in 3 columns across the page.

Is there a way to make an HTML table display a single column of data in several format columns. Eg data results: 1 2 3 4 5 6 7 8 9 displayed as

1 4 7

2 5 8

3 6 9

Failing that I can build separate tables to display different chunks of the search data. How do I do this in PHP?

Cheers,

Steven

Link to comment
Share on other sites

This topic is 6477 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.