On 22 May 2016, at 11:46pm, Gary Ehrenfeld <gary at ehrenfelds.net> wrote:

> Yes. Here is the code I am using but when I run it all I get is an empty list.

Just as a test, replace your code which makes the dropdown list with code which 
just shows the options on the display:

"<p>".$value."</p>"

Get that working first, then worry about a dropdown list.

>    $result = $dbh->query($sql);
>    while ($row = $results->fetchArray($result))

That looks wrong.  Try to distinguish between your two variables $result and 
$results .

Simon.

Reply via email to