I know of the include() code, but I want the iframes to change.
In HTML it would be something like
<A href="mickeymouse.html" target="NAME_OF_THE_IFRAME">Mickey</A>
How can I do the same in PHP?
Also for static HTML is it better to use include() or get_content()? What do you usually use?
What I’m trying to do is a more SEO-friendly and simpler website.
You have to rename you file from html to php, and then change your line for the following one