I use Zend_Form http://framework.zend.com/manual/en/zend.form.html
CheersMohammedBlog: http://jamandcheese-on-phptoast.com/Email: [email protected]: 012 139 5924 > Date: Fri, 10 Sep 2010 09:10:00 +1200 > Subject: [phpug] Including Form Field Name in PHP echo > From: [email protected] > To: [email protected] > > Hi there, > > I am wanting to accomplish the following and wonder if possible and if > so, how to do it :) > > <textarea name="preferred_work" cols="45" rows="5" class="inputclass" > id="preferred_work"><?php echo $emp['preferred_work'];?></textarea> > > This works fine the above, but want to make it more dynamic, and > instead of hardcoding the field name from the $emp row, to capture the > name of the form field, using Java i guess, something like > > 'this.name' > > Reason is, I am trying to create more dynamic forms, and speed up coding time. > > I realise that a better way would be to generate the entire form field > dynamically, and use PHP to echo the name of the field when creating > it, however the forms are already created and am wanting a quick way > to popular the fields with existing data from the database. > > hope this all makes sense :) > > Cheers > Brendan. > > -- > NZ PHP Users Group: http://groups.google.com/group/nzphpug > To post, send email to [email protected] > To unsubscribe, send email to > [email protected] -- NZ PHP Users Group: http://groups.google.com/group/nzphpug To post, send email to [email protected] To unsubscribe, send email to [email protected]
