Hello All
First please go gentle with me as I am back to php after a long break and my mind is not as sharp as once was
I am in the prettifying the public display of data and would like some help in how to achieve this little bug bear of mine
In a foreach loop I would like to display my $row->date only for the fist time and then the result equaling this date then the next date.
Currently i have the output but the date is dis-plaid for all rows which make the list look too busy.
I have tried with doing an if $date = $date2 kind of filter but then either get no date or just the first row of each date involved.
I hope that makes sense and you would be kind enough to kick an old brain into touch
DC x