Hi. I have facebook(iFrame)-app. Im searching for a way to force automaticly one page to refresh the motherpage.
As far as I know, this can't be done with PHP. You'll probably need to use javascript. The reason is that this is client-side, not server-side. <script type="text/javascript"> top.location.href="http://google.com"; </script> Code (markup):
I tested first in javaScript with "parent-location". But this has not worked!.. But yours is working fine. Thank you.