murphyz
01-25-2004, 01:46 PM
Firstly, sorry for the title. I was unsure how to word what I wanted.
Scenario is, I have an input box with a submit button, and this is checked with a cell in the database.
so if inputtext = databasetext then it's true, else false.
At the moment though, this only checks text that is exactly the same and does not account for letter casing.
so if "this answer" = "this answer" then true,
but if "This Answer" = "this answer" it's false.
I want to be able to have it so that the information is checked and disregards the casing, so a user can submit the forum with no caps, all caps, or a variation, and it checks the answer for the letters, numbers and such, not for the casing.
Hope this makes sense
Mxx
Scenario is, I have an input box with a submit button, and this is checked with a cell in the database.
so if inputtext = databasetext then it's true, else false.
At the moment though, this only checks text that is exactly the same and does not account for letter casing.
so if "this answer" = "this answer" then true,
but if "This Answer" = "this answer" it's false.
I want to be able to have it so that the information is checked and disregards the casing, so a user can submit the forum with no caps, all caps, or a variation, and it checks the answer for the letters, numbers and such, not for the casing.
Hope this makes sense
Mxx