Friday, October 29, 2010

Re: form to create/redirect to a url

Thanks mate!

On Oct 29, 12:02 pm, Tilen Majerle <tilen.maje...@gmail.com> wrote:
> make a form action to some method in controller...then in this method get
> firstname and lastname from $this->params["url"]["firstname"]
> and $this->params["url"]["lastname"] and make a redirect to
> controller/action/firstname/lastname
> --
> Tilen Majerlehttp://majerle.eu
>
> 2010/10/29 Briko03 <nathanrlar...@gmail.com>
>
> > I want to create a form that redirects to a url based on input from
> > the user.
>
> > For example:
>
> > First Name:-----------
> > Last Name: ------------
>
> > Would redirect to domain.com/controller/action/lastname/firstname
>
> > There would be no information saved.
>
> > I also want to have a select box populated by table values for
> > example:
>
> > I have a column called Year and in contains years obviously. I would
> > like to return only the unique values from that column in a select
> > box.
>
> > Thanks in advance for any help and FYI i am new to cake...
>
> > Check out the new CakePHP Questions sitehttp://cakeqs.organd 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+unsubscribe@googlegroups.com<cake-php%2Bunsubscribe@googlegroups.com>For more options, visit this group at
> >http://groups.google.com/group/cake-php?hl=en

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+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

No comments: