How do I generate the days of the month (1, 2, 3...) in PHP, and then insert them into the approiate table cells?
Thanks in advance.
date(), time(), strtotime() are all functions you probably will find useful.
PHPdev