danarashad
Programmer
Is there anyway to do a trim off extra character. Example I an unknown variable i.e question10. I never know what that value is so I am using QUERY_STRING variable. And that tells me if it's, question1, question10 or whatever. But since its a url variable, it adds the = after the question10. Is there a way I can trim off everything after the = just so i get the question1, question10, or whatever number variable.
Thanks for your help.
Thanks for your help.