redirect back to parent php code example
Example: PHP redirect parent page
<?php echo "<script>window.top.location.href = \"http://www.example.com\";</script>"; ?>
<?php echo "<script>window.top.location.href = \"http://www.example.com\";</script>"; ?>