DOA:The PHP script that creates these entries every week is built by a programmer my boss hired a few months ago with "several years of experience". He was in fact featured in an old post of mine a while back since he has consistenly failed when it comes to programming practices.
I've worked with several of these. At my last job, I was completely new to PHP and SQL. Within 3 months, I was teaching both my employer and the other engineer, both of whom had "years of experience" with PHP/SQL, about simple things like "JOIN", indexing, temporary tables, XSS, SQL injection, etc.
Hell, the "CTO/lead engineer" at my current gig didn't know you could create a multiple column primary key until after he'd built our initial database schema.
That's the difference between a an actual programmer, and someone who's just managed to tinker with a programming language for a few years.
Hell, my old boss still thinks that anyone can become a decent programmer if you give 'em a copy of "learn C in 24 hours" and a few weeks. There's so much more to programming than understanding the syntax of a for loop.