redirecting to a page

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I need to redirect to another page once some scripts that I can't alter run.  

I have this function at the top of my page: 

<?
  function Redirect ($url) {
     Header ("Location: " . $url);
     exit;
  }
?>

How do I call the function?

Rick

[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux