URL Variables

Caporegime
Joined
18 Oct 2002
Posts
25,287
Location
Lake District
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:
Back
Top Bottom