Redirect Previous Page

[Solved] Redirect Previous Page | Php - Code Explorer | yomemimo.com
Question : html redirecting to previous page

Answered by : im-just-a-guy-with-a-lightsaber-and-a-few-questions-into-the-wrong-fields

<a href="#" onclick="javascript:window.history.back(-1);return false;">Back</a>

Source : https://stackoverflow.com/questions/21106661/link-to-redirect-previous-page | Last Update : Thu, 12 Mar 20

Question : redirect previous page

Answered by : joa

header('Location: ' . $_SERVER['HTTP_REFERER']);

Source : | Last Update : Mon, 23 Aug 21

Answers related to redirect previous page

Code Explorer Popular Question For Php