Basically I just want to go to the same file I used for the header. Here is my example code:
$_SESSION['user_id'] = $login;
header("Location: index.php");
die();
That same code is in index.php. I want to just reload the page. How would I do that?