I have a custom CMS i\'ve built that works perfectly on my dev box (Ubuntu/PHP5+/MySQL5+).
I just moved it up to the production box for my client and now all form su
Make sure that the name property of each field is defined.
name
This create you an empty POST on PHP
But, this will work