I have a script that carries some strings over to the next page. The only problem is, if the strings have any sort of quotes in them (single or double) it causes problems. Double quotes make the url end, and single quotes come out as \'. I tried escaping them but they come out as \\\'. I'm lost, does anyone have any ideas?