TheCandyman
Technical User
I know this is possible but can't remember how to do it. If i have a page:
how can i change it to something like
I know you can use URLEncode but that only changes special characters, not numbers.
.
Code:
page.asp?i=15
Code:
page.asp?i=(really long text)
I know you can use URLEncode but that only changes special characters, not numbers.
.