SEARCH:
Previous: hpTabIndexNext Next: sdFromUnixTS

hOptionsFromRows

array Rows
string Column_value
string Column_innerHTML
string HTML_Fragment


Generates a string of HTML OPTION elements out of a Rows Array, suitable for inclusion into an HTML SELECT element.

The first paremeter is a Rows Array. The second parameter names the column that is used to set the value properties of each OPTION element, the second parameter names the column used to set the innerHTML of each OPTION element.

Previous: hpTabIndexNext Next: sdFromUnixTS