Hey guys,
So long story short:
I've got an assignment due in two weeks time. I'm going away next weekend so want to finish it before then. Problem is, we haven't covered all the necessary material in class yet, and would be expected to work on it over the final weekend it is due. I have a pa...
OK, I'll keep this short n sweet.
Goal:
If a specific variable is declared in the URL, assign it to a session and refresh the page without the variable. Here's my code:
if(isset($_SESSION['referrer'])){
$referrer = $_SESSION['referrer'];
}else{
if(isset($_REQUEST['referrer'])){
$ref...
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.