Dear friends,
How can I convert a variable name (rather than its value) to lowercase before it gets parsed?
In more detail: I have www.url.com/?foo=fighter . If some dope writes 'FigHTer' instead of 'fighter', no problem. My script already handles that. But what if the person, for some reason, types all the URI in caps and creates the variable 'FOO'? What if I want to make it "dope-proof" and handle even 'fOo', 'fOO' and other variants?
Thank you,
Luciano ES
Santos - SP - Brasil