On Sun, Feb 8, 2009 at 9:22 PM, PHPScriptor <[email protected]> wrote: > > your viewscript: > > <? $this->searchstr ?> > > does that work? > > try something like this: > > <?php echo $this->searchstr; ?> > > or > <?= $this->searchstr; ?> > > ----- > visit my website at http://www.phpscriptor.com/ http://www.phpscriptor.com/ > -- > View this message in context: > http://www.nabble.com/Why-%24form-%3EgetValue%28%29-is-not-working--tp21868209p21898834.html > Sent from the Zend Framework mailing list archive at Nabble.com. > >
Sorry, my blunder.... Thanks again for pointing out that. I have looked at my view script for about hundred times but couldn't locate this typo. Thanks -- ======================= Registered Linux User #460714 Currently Using Fedora 8, 10 =======================
