Re: form to create/redirect to a url

2010-10-29 Thread Briko03
Thanks mate! On Oct 29, 12:02 pm, Tilen Majerle 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 >

Re: form to create/redirect to a url

2010-10-29 Thread Tilen Majerle
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 > I wan

form to create/redirect to a url

2010-10-29 Thread Briko03
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