Hello. Please tell me if I do the right thing by checking the parameters like this?
if (!empty($_POST['login']) && !empty($_POST['pass']) && !empty($_POST['pass1']) && !empty($_POST['question']) && !empty($_POST['answer']) && !empty($_POST['mail']) && !empty($_POST['antibot'])) Is there a more elegant, correct way?