Hey guys, maybe someone can help me with this. I have a template page called dynindex.php which holds and include like this:
<? include "$id"; ?>
I want to change this variable so I can change the content of the page with a different include. I thought of using links like:
dynindex.php?id=thepage.php
But how would I post this variable automaticaly?