Can anyone tell me how I parse a string with an ampersand into a url variable? It treats the & or (& as a seperator so I need to escape it, I know it can be done in javascript using escape() but how do you do it in PHP?
Last edited: