Actually, you should be able to use $this->redirect, but I just tested it
and it's not working for me either.
Anyone else having problems with $this->redirect? I'm testing on an older
site I built on Cake 1.1.7.3363. (I know, I should upgrade, but it works and
I'm lazy).
So anyway, the workaround solution to your problem should be:
header("Location: $url"); exit();
HTH,
Eric
On 2/1/07, TWIOF <[EMAIL PROTECTED]> wrote:
>
>
> Hi everyone,
>
>
>
> I have a form that passes data to a url outside the cake dir on the
> server i'm working on, which in-turn redirects back to the cake site.
>
>
> I can't do it with these:
>
> $this->render ($url);
> or
>
> $this->redirect($url);
>
>
> any ideas?
>
>
> Cheers
>
>
> TWIOF
>
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---