Fix reload page on the browser to not start from position 0 on my PHP app

Job ID: 36670983

Budget: $10 – $30 USD

I have a web app that refreshes the page every 5 seconds using this PHP code:

<meta http-equiv='refresh' content='5'>

the issue is that every time the page reloads on the browser if I'm in the end of the page, the browser takes me to the beginning of the page again after the reload. and if I'm zooming somewhere, also after the reload it goes back to position 0, how to fix this issue either on the code or on the browser?
Related categories: PHP JavaScript HTML Google Chrome Web Application