[symfony-users] Re: Easy way to POST data

2009-02-19 Thread bpfar...@gmail.com

I need to POST form values as well, the point isn't to just change the
page, I need to push the POSTed values to another login page because
my site uses two authentication systems.

On Feb 18, 12:40 am, shahin  wrote:
> you can do it very easy:
>
> $this->redirect("http://www.example.com";);
>
> just use "Absolute URL".
>
> On Feb 17, 12:56 am, "bpfar...@gmail.com"  wrote:
>
> > I'm probably just missing something, but is there an easy way to
> > formulate aPOSTrequest to a non-symfony script through Symfony?
>
> > I'm POSTing login data to a symfony action, and I need to redirect it
> > to another page that isn't a symfony action.
>
> > Thanks,
>
> > -Brendan
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: Easy way to POST data

2009-02-17 Thread shahin

you can do it very easy:

$this->redirect("http://www.example.com";);

just use "Absolute URL".

On Feb 17, 12:56 am, "bpfar...@gmail.com"  wrote:
> I'm probably just missing something, but is there an easy way to
> formulate a POST request to a non-symfony script through Symfony?
>
> I'm POSTing login data to a symfony action, and I need to redirect it
> to another page that isn't a symfony action.
>
> Thanks,
>
> -Brendan
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---