I'm making a web where I made a form where when I send it I create a new php file, I have a template where in a div I show the content of the new file created, I'm doing it with an iframe it loads me well and everything, but the problem that I have is that I want that template to load in the iframe the content of the file that I want, I explain, I want the link to open the page to upload the iframe that I want, if I put www.mipagina.com/iframe?iframe1
I see the iframe 1
if I put www.mipagina.com/iframe?iframe2
I load the iframe 2
so, so I want that from a single page I can load all the iframes but with a link that opens the iframe that I want, that I do not have to enter first to the page and I choose the iframe
. or if you can give me some other suggestion to achieve this, it's not necessarily with iframes. Thanks.