Symfony PHP Framework Problem - Posting Data across Views?

Zombie Jhakkaas

New member
Hi All!

I have a symfony project. In this project i have a indexSuccess page, which has a text box. I want to get the value entered in that text box taken to another action, say executeList which will contain the value entered in the text box in Index Page.
How can this be done in Symfony?
Also whats the way to set the default fetching of data to POST instead of GET
 
Back
Top