I have a php file in a IFRAME and there I have a button(submit) in a form, and I have a php file that are not a part of the IFRAME. The file that doesn't contain the IFRAME have a if structur like this...
if(isset($_POST['pushed'])){
}
For some reason it doesn't diteckt that the button is pushed.
I hope someone could help me🙂