I noticed that Message-ID:
<5e55e3c8.0312130815.4aef703a@posting.google.com > from Mark contained
the following:
[color=blue]
>My goal is to pass the unique row ID of the selected item to a
>subsequent form where all the fields will be displayed for the user to
>edit.
>
>I already have the code that loads the selection list and the code
>that displays the fields. I just need to know how to determine the
>highlighted item.[/color]
assuming you have your select box set-up like this:
<select name="rowselector">
<option value="rowID">Row description</option>
next option etc..
</select>
The highlighted value will be passed back as the variable
$_POST["rowselector"]
Just do a query with that value in the WHERE clause and populate the
form with the results.
--
Geoff Berrow (put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs
http://www.ckdog.co.uk/rfdmaker/