Generating Pages from databse info dynamically using php template?
PermalinkI tried
<iframe src="<?php echo $this->getThemePath(); ?>/newsBar.php>
but I got access denied as the page.
The reason I need to generate these and I cannot just have a page in the iframe is because there will be a growing number of these iframes over time and I don't want to create new pages for each iframe.
I'm looking for some way to use an iFrame give it a variable(which row to use in the database) and generate a page accoding to newsBar.php
Is this possible?
Thank You.