i don't know much about PHP but these days I'm modifying an existing script. I want to know how can I replace - with white or blank space
For example a variable contains 'Love-you' and I want to replace this hyphen between them with a space like this 'Love you'.
I'll appreciate your feed back.