<html><body style="font-family: Helvetica,Arial,sans-serif; font-size: 12px;">My markup takes a url with parmeters.  But the ampersand for argument separation becomes the entity for ampersand.  Can this be escaped somehow?<br><br>Essentially I end up processing the parameter through a php shell_exec, and just referencing the variable passed in from the markup shows that the ampersand is becoming "ampersand" + amp + semi-colon.<br><br>Not simply an ampersand.  No additional processing is done on the parameter coming in via the markup.<br><br></body></html>