Forum Moderators: open
page.php?url=image1.jpg&url2=image2.jpg
However, occasionally someone will write and tell me the link is broken. But the link they're sending me is this:
page.php?url=image1.jpg&url2=image2.jpg
I wondered what might change the & to &? I don't know what browsers they're using yet, but would this rewriting of the ampersand be caused by that? How can I stop it from happening?
[webmasterworld.com...] (PHP forum)
...and here:
[webmasterworld.com...] (JS Forum)
...where the resolution was:
I've solved the escape-the-ampersand-problem by going over to ';' instead.
In php you have to change two settings -
arg_separator.output = ";"
arg_separator.input = ";"