The
W3C HTML Validator suggests to write a URI like:
example.php?value=alpha&value1=beta&value2=gamma
the following way:
example.php?value=alpha%26value1=beta%26value2=gamma
However using URL encoding PHP seems to have a problem and can't assign the values to the variables. I am unsure if this is a configuration issue (Apache 2.0.47, PHP 4.3.3) or something else ...