Redlightpacket Posted August 20, 2008 Share Posted August 20, 2008 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 Quote Link to comment Share on other sites More sharing options...
Psycho Posted August 20, 2008 Share Posted August 20, 2008 Take a look at my earlier post today on the same subject: http://www.phpfreaks.com/forums/index.php/topic,212688.msg969332.html#msg969332 Quote Link to comment Share on other sites More sharing options...
Redlightpacket Posted August 20, 2008 Author Share Posted August 20, 2008 so all i need is one set of "table code" to make my data display in all of my tables? Quote Link to comment Share on other sites More sharing options...
Psycho Posted August 20, 2008 Share Posted August 20, 2008 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.