Oft benötigt man die action des Formulars auf die selbe Seite. So geht’s sicher.
<?php $requestUri = filter_input(INPUT_SERVER, 'REQUEST_URI'); ?> <form action="<?php echo $requestUri; ?>" method="post">
Oft benötigt man die action des Formulars auf die selbe Seite. So geht’s sicher.
<?php $requestUri = filter_input(INPUT_SERVER, 'REQUEST_URI'); ?> <form action="<?php echo $requestUri; ?>" method="post">