var_dump($_POST) in top of your form.php file. Like this.
<?php
var_dump($_POST);
die;
if(isset($_POST['register'])){
...
After that submit the form again and check the output.
nvm this one then.
Обсуждают сегодня