This question already has an answer here:
- How to make a redirect in PHP? 19 answers
I'm creating a multiple-page website. Now, I want to redirect between them using PHP. I tried the header() function but it doesn't work. What can I do?
via Robert D.