Hi,
I am currently in the proccess of writing a script where I need to redirect the user to another page. However it is not possible for me to use the header function due to the page actually being included into a template so of course it will just error if I try it because the header has already been written. So I was wondering if there was another way that I could redirect the user without the use of the header function so that I can get this to work.
Thanks in advance to any suggestions.