I don't know whether this is possible, but I am trying to pass a url parameter from within the php module to a PHP pages-generated page (within a wrapper).
So my code at the moment is:
<a href="news_story.php?ID=<?php echo $row_qStory['ID']; ?>"><? echo ($row_qStory['headline']); ?></a>
.. but the generated page doesn't open within my template, just on its own.
Am I trying to achieve the impossible, or is there a workaround for this?
Thanks for the great modules by the way, they are a godsend.