Quote Originally Posted by Mr Happy View Post
What you do is

str_replace('+', ' ', $title_to_replace);

But I don't exactly follow what it is your trying to replace
Thanks happy, that got me going in the right direction fixed it with this:

<?php echo str_replace("+", "%20", $title); ?>