where do you want to output this? in to pure HTML or in a SQLTABLE?
2011/3/10 Rick <[email protected]> > Hi, > > I want to print a linked list and add a "delete this item" button next > to each item: > ************ > [item 1][delete this item] > [item 2][delete this item] > [item 3][delete this item] > ************ > ...but I've no clue how to write the code. The problem is to direct > the second delete button to the second item. > > Thanks in advance for help!

