Looking at your code, it seems like this is a configuration issue.
Steps to solve this problem:
Firstly, this is the code that displays the page actually welcome.php
Secondly add the following to your php block
var_dump($_POST);
Click "Submit" and if it is still displayed
array ( )
if so do
var_dump($_REQUEST);
and post the content to your post and show us.
RobertPitt
source share