I have a layout list which requires each item to be wrapped in a unique id="itemn" ... I can use the ListIndex to create item1, item2, item3 etc and it works fine.
I am looking for a way to increment the current ListIndex by 1 so as to be able to create a hyperlink to the next item. My non-existent PHP is generating parse errors no matter how many monkeys I let at the keyboard
There surely has to be a way to increment the current ListIndex by 1 to enable a link to be generated to the next item in the list?
Jont
I am looking for a way to increment the current ListIndex by 1 so as to be able to create a hyperlink to the next item. My non-existent PHP is generating parse errors no matter how many monkeys I let at the keyboard
There surely has to be a way to increment the current ListIndex by 1 to enable a link to be generated to the next item in the list?
Jont
Comment