I tried to answer someone's question with a one word answer like this:
$_REQUEST[''];
but it kept displaying it as lowercase. Did something change with the forums?
I tried to answer someone's question with a one word answer like this:
$_REQUEST[''];
but it kept displaying it as lowercase. Did something change with the forums?
$_request[''];
Interesting bug. It only converts it to lower case when it's the only (or the first?) word in the post.
So it does. Odd. Probably when it's the only word, it doesn't do it if a word follows it.
$_REQUEST['test']
$_REQUEST['yet'] another test.
Ah, okay. The bug appears to be specifically with an empty string as the index.
$_request[''];
$_request['']
$_REQUEST[''] word
$_request[' ']
Dammit people, use the "preview post" feature.
fun stuff
chill out bro...
Lol, I'm chilled. But seriously, you're spamming my inbox
stop checking the thread... then it won't be
But that would defeat the point entirely
$_REQUEST['']
maybe
I turned it off.
Can I ask why it did that in the first place? Just want to know out of curiosity.