Jump to content

question about how to display data row after row in a webpage?


Redlightpacket

Recommended Posts

Hi, I need some help or maybe some code to go alone.

 

See what I want it to do is you can submit some data and it will display it in the first left column on the "display_page.php". Then you can submit some more data and the data will be displayed in the next column on the "display_page.php". You can submit some more data and the data will be displayed in the last column on the "display_page.php". Next you submit some more data and the data is displayed on the next "row" of the "display_page.php". These are the steps of how I want my data to be displayed to the page, but I want the data to have a stopping.

 

 

 

Thanks

 

 

 

 

 

 

Based upon my interpretation of your post you want to display the records left-to-right in a three column format. I pointed you to a possible solution based on that.

 

I don't know what you mean by '...one set of "table code" to make my data display in all of my tables'

 

If each record is "complex" and is displayed within it's own table then you could simply modify the code I pionted you to to display each record (within a table) within each cell of a parent table that is three columns wide.

 

You asked a "general" question and so a general response was given. If you have specific code you are currently using that you need specific help with, you need to post the code.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.