Blog script
Monday, December 27th, 2004 at 11:55 pmI’ve been improving my blog script again recently not that you’d notice it from the output though. There are so many different ways of making it work.
I rewrote an SQL query and saved a lot of PHP by using MySQLs built-in MONTH() and YEAR() functions. I also got the archive page working so that it displays all months with posts in them and shows the number of posts in each month.