Hi,
I was wondering if there was another way to redirect a user to an other page other that the header("Location: URL") function.
My problem is that I am itterating through a buch of if statements and if i use the header function it gives me an error as the header has already passed.
Thanks