I recently switched from a VPS server to a dedicated server. For some reason, on a custom CMS I was working on, all the forms stopped working. Instead of processing the block of execution under if($_POST) it would just re-load an empty form. So I experimented by adding enctype="multipart/form-data". That worked...
Anyhow, I'm wondering, before I commit to changing ALL my forms, is there a PHP setting of some sort that I'm missing that would fix this universally?