[eluser]Phil Sturgeon[/eluser]
[quote author="solepixel" date="1335279790"]Because url.com/?foo is not the same as url.com/?bar when it comes to:
Code:
function get($foo){
if(isset($_GET[$foo])){
return $_GET[$foo]; // url.com/?foo=
}
return FALSE; // url.com/?bar
}
[/quote]
WHAT ARE YOU ON ABOUT?
Because url.com/?foo is not the same as url.com/?bar well. YES IT IS.
Because url.com/?foo= is not the same as url.com/?bar. Correct.
Please, stop talking about this.