And to answer your question, you can store these values in the Session
for the duration of the redirect.

On Jan 12, 4:08 pm, David Brisebois <david.briseb...@gmail.com> wrote:
> Actually you could send a POST request using PHP's 
> header()http://www.php.net/manual/fr/function.header.php#89447
>
> Otherwise, you will have to pass parameters through a session or a
> cookie... I guess there is nothing else available.
>
> On 12 jan, 13:16, Ankesh27 <ankes...@gmail.com> wrote:
>
> > I can not have post, It is something that i am redirecting from some page to
> > some page.
>
> > Now i need those IDS to be hidden in the URL
>
> > David Brisebois wrote:
>
> > > Uh by doing a POST request ?
>
> > > On 12 jan, 07:57, Ankesh27 <ankes...@gmail.com> wrote:
> > >> Hello All,
>
> > >> Can any 1 let me know how can i remove the parameters from the URL and
> > >> show
> > >> a simple URL on browser
>
> > >> Something like  http://mysite.com/users/view/1/2/3Shouldlook
> > >> likehttp://mysite.com/users/view
>
> > >> Do let me know if i am not clear on putting up the question
>
> > >> Thanks,
> > >> Ankesh
> > >> --
> > >> View this message in
> > >> context:http://n2.nabble.com/Remove-query-String-from-URL-tp4291372p4291372.html
> > >> Sent from the CakePHP mailing list archive at Nabble.com.
>
> > > Check out the new CakePHP Questions sitehttp://cakeqs.organdhelp others
> > > with their CakePHP related questions.
>
> > > You received this message because you are subscribed to the Google Groups
> > > "CakePHP" group.
> > > To post to this group, send email to cake-php@googlegroups.com
> > > To unsubscribe from this group, send email to
> > > cake-php+unsubscr...@googlegroups.com For more options, visit this group
> > > athttp://groups.google.com/group/cake-php?hl=en
>
> > --
> > View this message in 
> > context:http://n2.nabble.com/Remove-query-String-from-URL-tp4291372p4293375.html
> > Sent from the CakePHP mailing list archive at Nabble.com.
Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to