Case sensitivity with querystrings
I want to give my script a variable via querystring. How do you solve case-problems, say as the Querystring name=Miller is given you can obtain "Miller" querying HTTP_POST_VARS["name"].
If the user enters Name=Miller nothing is given back.
Are there other possibilities than searching the lower case querystring for "name=" and then determining it's value by taking the string begining after the equals sign ending with the next ampersand or at the end of the string?
Greetings
Bard
if ($Name) $name = $Name;
#If you have any other info about this subject , Please add it free.# |