I am trying to echo a form. The form shows fine but when I submit my form the action="file.php" does not work, and instead of going to file.php it goes back to the previous page.
Both of the following code samples don't work. I know its better to use html and then send it to file.php, but in...