Jump to content

[SOLVED] Populating combo box from a table


PC

Recommended Posts

<form name=myform>

<select name=mytextarea>

<option name=one value=one> one </option>

<option name=two value=two> two </option>

<option name=three value=three> three </option>

</select>

</form>

 

 

Loop through your results in place of the <option> tags

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.