Just set up PHP running has module within Apache 2.0 and can run phpinfo() without problem. It can run php scripts that allow uploading and general file manipulation through a browser, no permissioning errors, and can even change the upload size in php.ini to accept larger files without problems etc, but php scripts that use forms seem to loop on themselves.
This type of php scripts would be like guest book forms that allow you to enter name, email address then request user to submit; when clicking submit it clears all data then returns to the same form without posting.
Hope this isn't too general and hope it may spark some ideas please, many thanks.
A basic example is attached and needs to be rename from genf.ph_ to genf.php