Skip to content

Comment on How best to navigate to a PHP page after a form submit?

Comments

Often you'll have to explicitly call exit() after a call to header("Location: index.html?page=privacy").

IIRC it is version- and configuration-dependent.

But a redirect is pretty clearly the right way to do this. When you get ready to do SEO-friendly URLs, take a look at mod_rewrite.

Thanks for the reply. How does an exit() after header() help? It still causes a discontinuity in an IDE.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.