[snip] The way the code is written, the record gets deleted immediately upon clicking the submit button on page one. Is there some way I can keep the script on page two from executing until after I press the confirmation button? [/snip]
One of two ways, an intermediary PHP page that asks "Are you sure?" while carrying the information forward, or a JavaScript pop-up confirmation dialog box. HTH! Jay -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

