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
}