--- Marek Kilimajer <[EMAIL PROTECTED]> wrote: > Let's not make it complicated: > > confirmation.php: > > <input type="hidden" name="post" value="<?php echo > htmlspecialchars(serialize($_POST)); ?>"> > > email.php: > > $_POST = unserialize(stripslashes($_POST['post']));
I think the other person's suggestion (hidden fields) was made so that the original poster doesn't lose all other POST data (since he mentioned a second POST request). Chris ===== Chris Shiflett - http://shiflett.org/ PHP Security - O'Reilly Coming mid-2004 HTTP Developer's Handbook - Sams http://httphandbook.org/ PHP Community Site http://phpcommunity.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php