Posted by craig.keightley on 01/03/07 16:27
I am trying to get the next row within a loop for a script i am
developing...
I need to display a final table row within the table that i have
displayed on the page, but i only want to show it if value of the
current field is not the same value of the next row.
eg:
value 1
value 1
value 1
SHOW ROW
value 2
value 2
SHOW ROW
value 3
value 3
SHOW ROW
value 4
value 4
SHOW ROW
I have tried mysql_data_seek with very little luck.
Any help would be grateful.
Craig
Navigation:
[Reply to this message]
|