I want to create a web page that when other page links to it, it links to it with some information
Code: Select all
(page.php?action=1)The page needs to be refreshed every minute, so I used
Code: Select all
header("Refresh: 60;");After the refresh I want that the path would be
Code: Select all
(page.php?action='')Thanks