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 Majerle
http://majerle.eu



2010/10/29 Briko03 <[email protected]>

> 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 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 [email protected]
> To unsubscribe from this group, send email to
> [email protected]<cake-php%[email protected]>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 [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

Reply via email to