Okay - the subject doesn't say much.
I have 2 databases. The first one has no members, the second one requires authentication to post a new record. This is a crude absentee bid system. The first database has items. To place an absentee bid, there is a link from each item as "Place Bid". This will open a popup that only has Username, Password, and Bid fields. The Item ID will be listed there as well, but as text, not a modifiable field.
On submit, I want that form to simple hit the second database and if user/pass if correct, add new record with itemID and bid. If not, return the normal "bad authentication" error. Later, the owner of the site can search the second database by ItemID and choose the highest BID. That is what he takes with him to the onsite auction. Very crude, but works - almost! We are afraid if a user has to login, then type in the itemis and bid, there is too much room for error, like bidding on the wrong item!
How do I submit a record to be added, as well authenticate all in the same form?
WIDE WIDE open for ideas and thanks!!!
Matt Girgenti
I have 2 databases. The first one has no members, the second one requires authentication to post a new record. This is a crude absentee bid system. The first database has items. To place an absentee bid, there is a link from each item as "Place Bid". This will open a popup that only has Username, Password, and Bid fields. The Item ID will be listed there as well, but as text, not a modifiable field.
On submit, I want that form to simple hit the second database and if user/pass if correct, add new record with itemID and bid. If not, return the normal "bad authentication" error. Later, the owner of the site can search the second database by ItemID and choose the highest BID. That is what he takes with him to the onsite auction. Very crude, but works - almost! We are afraid if a user has to login, then type in the itemis and bid, there is too much room for error, like bidding on the wrong item!
How do I submit a record to be added, as well authenticate all in the same form?
WIDE WIDE open for ideas and thanks!!!
Matt Girgenti


one form adding new record and authenticating at once