RE: Displaying Data for Each Day of the Year/Week

2005-01-07 Thread David Blomstrom
Thanks - that works great! --- Jay Blanchard <[EMAIL PROTECTED]> wrote: > [snip] > > Cal_ID | Cal_Date | Cal_Event > 1 | 1972-01-01 | A new species of whale was > discovered. > 7 | 1898-01-07 | The dodo was declared extinct. > 8 | 1972-01-08 | The first Earth Day was observed. > > Then I used t

RE: Displaying Data for Each Day of the Year/Week

2005-01-07 Thread Jay Blanchard
[snip] Cal_ID | Cal_Date | Cal_Event 1 | 1972-01-01 | A new species of whale was discovered. 7 | 1898-01-07 | The dodo was declared extinct. 8 | 1972-01-08 | The first Earth Day was observed. Then I used this script to try to display a sample: "); } ?> $monthDay = date("m-d"); $sql = "SELECT Ca