I cannot for the life of me remember how to auto redirect within PHP. I have a script that redirects you based on the information inserted into a form. Can anyone remind me ho wto redirect 😃 --KotKot--
header ("Location: mysite.com");
thanks a lot 🙂. Can you add post/get data to the end of that?
header ("Location: mysite.com?var=value&&anotherVar=value2");