i am using zend framework and i'm still confuse about passing value from zend_form to another action. let's say we have a guestbook, you fill your $name and $message in it, then after we click submit, the success page will say "thank you $name" ..
I manage to pass the parameter but, when i echoing it, it only display the first letter. if i'm insert the name = Frank, then the success page says "thank you F " .....
do have any suggestion or answer related to my problem. thanks .