I am trying to create a simple way of changing dynamic pages to static html pages. I can get create ok using ob_get_contents() etc from an include page ie content.php to generate a page.html
but if I want to get content using include content.php?id=2 it will not allow this.
Is there a way that I can create static html pages from dynamic pages that are called via ?id=
Any pointers gratefully accepted
