Help with header function
Posted: Mon Jun 11, 2012 10:50 am
Hi,
I want to create a web page that when other page links to it, it links to it with some information.
The page needs to be refreshed every minute, so I used.
After the refresh I want that the path would be, how can I do this???
Thanks
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