Sign up to receive Decoded, a new monthly digest with product updates, feature release info, continuing education opportunities, and more.
header('Location: tm_wufoo.php');
<?php
function MyJavaScriptRedirection($url)
{?>
<script type=”text/javascript”>
<!–
window.location = “<?=$url?>”
//–>
</script>
<?}
print “do stuff”;
MyJavaScriptRedirection(“tm_wufoo.php”);
?>
header('Refresh: 1; url=http://yoursite.com/PATHtoFILE/tm_wufoo.php');
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
Have a better answer? Share it in a comment.
From novice to tech pro — start learning today.