English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Can someone show me how to do this? Let's say I have a recordset named rsItems, which pulls records from the DB. I want to list all items found in the recordset like this:



  • descriptiondescription


  • descriptiondescription




That would list two static items in an unordered list in it's current fashion. What could would I need to add to make the list pull the info from the database and repeat the
  • inside the unordered list?

    Thanks to anyone who can help me out here!

    2007-03-13 11:04:40 · 1 answers · asked by UBigDummie 1 in Computers & Internet Programming & Design

    1 answers

    <% For i = 0 to 20 %>

    your HTML code here


    <% Next i %>

    Of course, you can use pretty much any iterative logic, not just a For loop.

    2007-03-13 11:08:54 · answer #1 · answered by Rex M 6 · 0 0

    fedest.com, questions and answers