フォームをページに送信し、送信ボタンの値 InsertMe が設定されているかどうかを確認していますが、内部のコードは実行されていません
<?php
if (isset($_POST['InsertMe'])){
//code to execute
echo "Test";
}
?>
挿入ボタンはそのように見えます
<input style="float:right;" name="InsertMe" id="InsertMe" type="submit" class="rectangular-button" value="Add User" />