Oops...watch short_open_tag
2005-01-23T02:06:16Z
I noticed that my contact page wasn't working...at some point last year I'd set short_open_tag to off for all of my sites. This means that any PHP code must start with <?php which I was pretty good about doing, except apparently around the form submit buttons on the contact page which had <?.
Ooops