notonurnelly Posted September 22, 2006 Share Posted September 22, 2006 Hi All,bit of a newbie question here, what I am trying to do is to loop through reocrds within my recordset and write them to a table. I can do that quite easily. what I want to do is to take a repeated value in my one of the columns in my table and make that into a sub heading. Underneath that I want to display all the reocrds for that value. Then display the next repeated value with all of the values for thatSay for example my table display isMonth Date RaceName Venue January 11/1/06 Ben Nevis ScotlandJanuary 21/1/06 3 Shires EnglandFebruary 1/2/06 London EnglandFebruary 5/2/06 Snowdon WalesFebruary 6/2/06 Paris FranceMarch 6/3/06 hamburg GermanyWhat i would like to do is, have each month as a sub heading as below Date RaceName Venue January 11/1/06 Ben Nevis Scotland 21/1/06 3 Shires EnglandFebruary 1/2/06 London England 5/2/06 Snowdon Wales 6/2/06 Paris FranceMarch 6/3/06 hamburg GermanyThis technique can be seen on the following sitehttp://www.scottishhillracing.co.uk/Fixtures.aspxI have tried searching the tutorial section but cannot find anything.Can anyone descibe this technique to me or point me to a tutorialMany thanksjamie Link to comment https://forums.phpfreaks.com/topic/21709-table-sub-row-title-technique/ Share on other sites More sharing options...
Barand Posted September 22, 2006 Share Posted September 22, 2006 I have just answered a very similar case herehttp://www.phpfreaks.com/forums/index.php/topic,108283.msg439621.html#msg439621 Link to comment https://forums.phpfreaks.com/topic/21709-table-sub-row-title-technique/#findComment-96945 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.