hello
I have a function that takes a string $string as an input, and outputs a URL containing "www.mysite.com/$string".
Now if that $string contains for example "the+simpsons", how do I make the "+" stay "as is", that is, so that PHP does not try to add "the" + "simpsons.
Thanks!