Leonie wrote:
I've set up a form using Quickform. I've got it working a dream. My
problem is at the moment it only adds records to the database. I would
like to also have an edit form. I don't know what is easiest. Amend the
existing form so it enters data and edits it, or have two different
webpages.
Also I'm having trouble working out how to assign data to the form. Can
anyone point me to an example?
Ahhh - got it!
Here's how to assign the value:
$date = &$form->addElement('text', 'year', 'Year:');
$date->setValue('1992');
Thank you
Cheers Leonie
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php