how do you take change a string
"my name is george" and change it to
to "my%20name%20is%20george"
I need to take out the space and add some characters in there.
Thanks
sorry I meant to type string
look at urlencode()
works
thanks,