Hey, The title really sums it up.
I have a php script in an iframe I want to be able to refresh the parent window from the iframe.
very simple example as follows:
note its an example.
Main.php
[PHP]
I want all content here to be refreshed
<iframe scr="second.php "></iframe>
[/PHP]
Second.php
[PHP]
<? If a statement is true refresh parent page ?>
[/PHP]
I have a php script in an iframe I want to be able to refresh the parent window from the iframe.
very simple example as follows:
note its an example.
Main.php
[PHP]
I want all content here to be refreshed
<iframe scr="second.php "></iframe>
[/PHP]
Second.php
[PHP]
<? If a statement is true refresh parent page ?>
[/PHP]
Comment