phpgroupware-developers
[Top][All Lists]
Advanced

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

Re: [Phpgroupware-developers] Header vs redirect_link


From: Chris Weiss
Subject: Re: [Phpgroupware-developers] Header vs redirect_link
Date: Tue, 20 May 2003 18:11:38 +0000

$GLOBALS['phpgw']->redirect_link doesn't seem to exsist in .14, so I'd say if 
your
writting for .16+ you should use it.  If writting for .14 don't use it.

Sigurd Nes (address@hidden) wrote:
>
>What is the preferred method to redirect ?
>
>Header('Location: ' . $GLOBALS['phpgw']->link('/index.php',$link_data));
>
>vs
>
>$GLOBALS['phpgw']->redirect_link('/index.php',$link_data);
>
>Sigurd
>
>
>
>
>_______________________________________________
>Phpgroupware-developers mailing list
>address@hidden
>http://mail.gnu.org/mailman/listinfo/phpgroupware-developers
>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]