from the docs I don't see how you can specify the selected option value. Does anyone know how?
| SitePoint Sponsor |
from the docs I don't see how you can specify the selected option value. Does anyone know how?
Jason Sweat ZCE - jsweat_php@yahoo.com
Book: PHP Patterns
Good Stuff: SimpleTest PHPUnit FireFox ADOdb YUI
Detestable (adjective): software that isn't testable.



Its selects the option set in object[method], you would have to explicity set the correct value through that hash. Or you can check out select_tag
options_for_select was enough to get me by on this one. Thanks.
Jason Sweat ZCE - jsweat_php@yahoo.com
Book: PHP Patterns
Good Stuff: SimpleTest PHPUnit FireFox ADOdb YUI
Detestable (adjective): software that isn't testable.
Bookmarks