I have the following code that contains php_selft. When the checkbox is checked, it immediately updates an information and the page, but I need you to direct me to a particular part of the same page as well how does the
work<a href="#vista"></a>
<A name="vista"></a>
<form method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>" name="prueba">
<input type="checkbox" name="identificacion" onclick="document.forms.prueba.submit()" value="<?php echo $data['cedula']?>">
Thank you very much for the help