How to Format
► put returns between paragraphs
► for linebreak add 2 spaces at end
► italic or bold
► indent code by 4 spaces
► backtick escapes like _so_
► quote by placing > at start of line
► to make links
<http://foo.com>
[foo](http://foo.com)
<a href="http://foo.com">foo</a>
► basic HTML also allowed
formatting help » asking help »
It should work on HTML side. Maybe there is a PHP error.
Please insert behind
if(isset($_POST['submit2'])){
This code
var_dump($_POST);
exit;
Now click the second button and see the output.