I have a page setup with an iframe. What I am trying to do is to load one of 3 features in the iframe.
The iframe is:
<iframe src="featured1.html" name="player" id="player" scrolling="no" frameborder="0" height="316" width="490"></iframe>
I'd like it to load either:
featured1.html
featured2.html
featured3.html
Is there a way I can do this with PHP?