I want to refresh a php page from another php page. The refresh will be a background process. End user never know there is a refresh from this page to another page.
I mean to say I want to refresh a specific page ('www.example.com/somepage.php
') when user enter in to the www.example.com/apage.php
.
Let me be more specific to my question, Well, when we press F5 key from our keyboard the current web page get refreshed that it is a foreground process. If I have to do this from another web page as a background process where to start.
How could I do this? I am supposing this could be done via ajax.
Please give some advise.
Thanks.