I have two pages, index.php and edit.php
When I click on edit person, I click Save and I want to go back to the index.php page to the place where the label is placed (scroll)
edit.php
header (“Location: http: // localhost # label”)
and on the index.php page
< a href=”# label “> </a>
I will be fine at the place, but then I will jump back to the top.
I’ll do some wrestling and fitness on the main page, then jumps to the top of the page, does not work on this label. Where can the problem be?
Thanks in advance.