Backend modification

Posted by on January 16, 2004

It’s been very slow at work today so I brushed up on a few of my PHP skills and made a change to the engine that drives this site.

Nothing that anyone would be able to notice, but I made a change to the back end so that the table of contents you have on the left hand side is dynamically created from a database. Before, I actually had all that stuff typed out, and since it’s the same on every page on this site, it got to be a lot of repeated text and if I made one change to the main page, it had to be changed on a dozen different documents. Now since it’s pulled from a database, I can make a single change and it affects all pages! Woo hoo! Now I have real work to do!

Leave a Reply