Redirect(www.mypage.com);

> -----Original Message-----
> From: Rick Dahl [mailto:[EMAIL PROTECTED]
> Sent: Friday, May 30, 2003 10:23 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP-DB] redirecting to a page
> 
> 
> 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
> 

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to