Bit stuck here!!!!!!
I have an admin section which has a table with 'events' listings in them. Now each listing which has it's own individual ID:
Now what I want my php page to do is to look in this 'events' table and output each of the records in the table for each id in date order on one page.
Those records will contain data for three variable $name, $date, $details which will be outputted on the page in a table each time there is an id.
But i'm not sure bout doing this - anyone help?
Ta
Chris
I have an admin section which has a table with 'events' listings in them. Now each listing which has it's own individual ID:
Now what I want my php page to do is to look in this 'events' table and output each of the records in the table for each id in date order on one page.
Those records will contain data for three variable $name, $date, $details which will be outputted on the page in a table each time there is an id.
But i'm not sure bout doing this - anyone help?
Ta
Chris