I have a table (\"venues\") that stores all the possible venues a volunteer can work, each volunteer is assigned to work one venue each.
I want to create a select dr
table binding var z = document.createElement('option'); z.setAttribute('value', '".$row[0]."'); var t = document.createTextNode('".$row[0]."'); z.appendChild(t); document.getElementById('myselect').appendChild(z);"; } ?>