Jump to content

Listing retrieved fields.


lostcities

Recommended Posts

My basic scenario is i am doind a discography for a band.

I have set u a table (disco_darling) for id, title, albumArtSrc, credits,

and have also set up a table (tracklisting_darling) for id, track01, track02, track03, track04 etc up to track20,

 

i have put information into the tables and displaying the information from disco_darling is sorted and works fine, but the tracklisting_darling data i want to display each field in a new <li> within an ordered list so:

<li>$row->track01</li>

<li>$row->track02</li> and so on.

 

And i am confused how to loop it to do this?

 

Any help would be most appreciated!

 

//Mark

Link to comment
Share on other sites

Guest
This topic is now 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.