[PHP] pobierz, plaintext $_POST['website'] = filter_input(INPUT_POST,'website', FILTER_SANITIZE_URL);$_POST['from'] = filter_input(INPUT_POST,'from', FILTER_SANITIZE_STRING);[PHP] pobierz, plaintext