create(); $newses->save(); appendLog('rsvp', $xmlsesID, 'Session initialized'); appendLog('browser', $xmlsesID, '[' . $_SERVER['HTTP_USER_AGENT'] . ']'); if($xmlsesID != false) header('Location: rsvp.html?sid=' . $xmlsesID); break; case RSVP_DO_ADMIN: $newses = new XMLSession(); $xmlsesID = $newses->create(); $newses->save(); appendLog('admin', $xmlsesID, 'Session initialized'); appendLog('browser', $xmlsesID, '[' . $_SERVER['HTTP_USER_AGENT'] . ']'); if($xmlsesID != false) header('Location: meibo.html?sid=' . $xmlsesID . '&guests=time&msg=time'); break; case RSVP_DO_BAD_PASSWORD: appendLog('rsvp', '', 'Incorrect password (' . $_POST['pw'] . ')'); break; } echo("\n"); ?> Leizel & Jeff - RSVP

Online RSVP

Feel free to test our RSVP form

For a look at the layout/workings of our RSVP form, go ahead and test it out!

Since the real RSVP registration is long over, none of the input data will actually be written to our database, however the form will let your proceed all the way to the very end of the process and say it was "successfully" submitted.

The original password has been deactivated, please use "rsvp" to access the form now.

Session timed out
Please re-enter the password and complete the form again

'); if($pwNext == RSVP_DO_BAD_PASSWORD) { ?>

Incorrect password
Please try again

RSVP Password