Hi all,
Sorry to clog up your forum with silly questions - I am an absolute beginner.
I’m basically trying to create a listings ‘website’ that will also go to print. I have collected the info from each venue’s website and treated the data until it’s all in the same format and collated together into one table. Now for the php!
I want to turn:
EVENT NAME ------- DATE
example event A 01/01/2012
example event B 02/01/2012
example event C 02/01/2012
example event D 02/01/2012
example event E 03/01/2012
example event F 03/01/2012
into this:
1st January
example event A
2nd January
example event B
example event C
example event D
3rd January
example event E
example event F
I realise that this is quite a macrocosmic question, but I guess the start of my question is regarding the underlying logic for separating the events out like this?
Any help is greatly appreciated!!
Thank you - Loki