PHP cannot force the client to do anything. He cannot refresh the page, not to mention updating the frame's parent.
EDIT: You can, of course, make PHP write JavaScript, but it is not PHP, it is actually JavaScript, and it will not work if JavaScript is disabled.
<?php echo '<script>parent.window.location.reload(true);</script>'; ?>
Madara uchiha
source share