I have a difficulty, inside my site I put a iframe
that has a button that directs to another page within my site via GET
.
But this button is already preset.
ex.:
The link you have inside the iframe goes to link
I think I have to create a page with the same name Details and inside it put the function $_GET['id']
;
I even used a plugin that reads php, and nothing ..
I've placed an iframe inside my website from another server follow the site link and when I click on more details the link goes to another page with the id in the URL only in wordpress does not allow me to use GET
Does anyone have an idea what should be done?