Can someone tell me why a variable I pass in the URL (someurl.com/page.php?a=$b) works if I use it in the top part of the code of the next page, yet will not work further down in my code in the same page. (The value of $b is correct at the top of the code, but does not exist anymore in the code at the end of the page).