Thanks cgraz, I am not familiar with php, just lumbering around to try and create a lookup system for a volunteer manned library. I am more familiar with ABAP, hence the 'end while'.
I have it working now, it was more a matter of closing brackets etcetera. Please read the attached snippet, which gives me a drop down box. but.......
only one character shows up, and, how do I POST this to the form i am in. Yes I was already in a large piece of php.
<select name=\"listname\">");
while ($row = mysql_fetch_array($result_cat)) {
print "<option value=\"" . $row["categorie"] . "\">" . $row["cat_omschr"] . "</option>";
}
echo ("</select>
</td>