OK, the above explains a lot, but could somebody give an advice how to reload the current php page with all POST variables, of which I have little control which they are ?
With:
$url = isset($_SERVER[‘HTTPS’]) && $_SERVER[‘HTTPS’] === ‘on’ ? “https://” : “http://”; $url .= $_SERVER[‘HTTP_HOST’] . $_SERVER[‘REQUEST_URI’]; header (‘Location: ‘ . $url);
alone, they are lost.
New contributor
Zbigniew Lisiecki is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.