I have got a function that works fine:
print "<img src='DrawImg.php?F1=$PassVar&F2=$PassVar2'border=0>";
but when I try and do a similar thing with an <a href ... > statement, it doesn't work.
<td><a href=<?php 'DrawHTMLPageSub.php?F1=X&F2=Y'?>>A</td>
If I load DrawHTMLPageSub.php directly into the browser it works but not if I click a link to load it. In fact it doesn't load the page at all. I don't really know what it does.
Just says 'You are not authorised to view this page', and the address bar just says 'http://localhost/' :/