Answered
Dreamweaver MX 2004 & MySQL Filters
I have made a PHP page that displays all these records and a
MySQLL database where I made the following...
seriesID
seriesName
seriesDesc
seriesDate
The problem is when I make a record set and apply a repeat region it shows all of my dates. I want to only show the most current dates only.
For example if I have 3 series for September 21, 2007 and 5 series for September 22, 2007, I do not want to show all of my dates from the repeat region. I only want to show the last current date which is September 22, 2007 all 5 entries, how is this done through MySQL? Is it through sort order and if so, how do I apply it using the recordset. I am using Dreamweaver MX 2004 if that makes a big difference.
seriesID
seriesName
seriesDesc
seriesDate
The problem is when I make a record set and apply a repeat region it shows all of my dates. I want to only show the most current dates only.
For example if I have 3 series for September 21, 2007 and 5 series for September 22, 2007, I do not want to show all of my dates from the repeat region. I only want to show the last current date which is September 22, 2007 all 5 entries, how is this done through MySQL? Is it through sort order and if so, how do I apply it using the recordset. I am using Dreamweaver MX 2004 if that makes a big difference.
