[Solved] Should I use PHP or Javascript for page refreshing? [closed]
The draw back with doing this via JavaScript is that you are limiting this feature to users who do not have JavaScript running in their browser. If it’s important that the page refresh for all users then I would suggest not doing it via JavaScript. Doing it via PHP would run for all users, but … Read more