I apologize for such a remedial question but even after googling, I can not get this to work. I have a PHP page that is called by a form. After the script is executed on the page I want the page to jump to a new one. I thought using the code below at the end of my page would work, but I get a "Warning: Cannot modify header information - headers already sent by" error. Can someone please let me know what else I need to add in order for this to work. Or is there maybe another method to accomplish this.
Thanks in advance....
<?php
header("Location: url");
?>
URL Jump or Foward
Moderator: General Moderators