PHP header()
Posted: Wed Sep 03, 2014 7:56 am
1) header("Location: .");
what it means with the . Does it make your page reload and go somewhere else with header("Location: "...) ?
2)header("Location: " . base_path(false) . "offers");
I notice there are 2 dots in the 2nd case. what does that mean?
what it means with the . Does it make your page reload and go somewhere else with header("Location: "...) ?
2)header("Location: " . base_path(false) . "offers");
I notice there are 2 dots in the 2nd case. what does that mean?