
fashimpaur
User
Sep 15, 2000, 5:27 AM
Post #2 of 2
(2450 views)
|
Since it's probably not going to be that big use a dbm file that is the hash of gifts desired (keys) and who is signed up to get it (values). Then, create a list of guests. Have a form that displays the gifts that have an empty value (null). As relatives go to the web page, have them pick a gift from a select item and there name from another select item and then submit the form. Write the selected relative name to the dbm file value for the gift key. Then, make an shtml page that displays the current gift / gift buyer list. HTH, Dennis
|