Hi guys. Here's a tough one for which I need some help.
I have a simple table loop like below and want to compare the table fields with the next table row and print out the fields which were updated from the previous row. How can I go about this?? Any help would be super
Tracy

while($row = $db->get_row($r)) {
//COMPARE TABLE FIELDS

}

    Could you give us a example of the table data and how you want it to display? It might make it easier.

      Write a Reply...