Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Redirecting is easy:
And in order to avoid cyclicity, you need to check that this get parameter is present, and then do not do an additional redirect. Otherwise, the redirect will repeat again and again, because. it's the same page.
Example:
if (!isset($_GET['clear_cache'])) {
header('Location: http://blabla.net/personal/order/make/neworder.php?clear_cache=Y');
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question