rodry has asked for the wisdom of the Perl Monks concerning the following question:
|
|
So my problem is as follows. When I display the list of values to the user I am forced to do so by displaying the foreign key value next to the description value in pairs(table1desc). Then, when the user submits the form, a script splits the values pairs to extract the foreign key, which is an integer.
I would like to know if there is a way to hide this value from the user without having to alter the table structure to make the description value (table1desc) the primary key. This is all because I don't want the user to see the value of the primary key of Table 1.
Thanks...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Multicolumn Pulldown Menu
by jptxs (Curate) on Sep 25, 2000 at 05:45 UTC | |
by rodry (Beadle) on Sep 25, 2000 at 09:18 UTC |