I have this code:
<p><a href="./page.html?msubject=<?php echo $_GET['msubject']?>&subject=thingy">Page</a></p>
According to this previously asked question, it should be right,
yet I get errors of a
malformed URI reference and subject being an unknown entity.