Have you tried this on a separate web page to make sure it's not something server specific?
Here's a script that worked from my computer with register_globals set to on and off (restarted server between tests for confirmation). If this works from your computer, could you resend the code on your page? Thanks, -Ed > > With register_globals=Off, I understand that you need to > extract the $_POST > > and $_GET vars. I assumed the same for $_SESSIONS. Is this not true? > > No. If you use $_GET, $_POST and $_SESSION to get to those > variables then there > is no need to extract them into the global scope. **************************************************************************** This message is intended for the sole use of the individual and entity to whom it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If you are not the intended addressee, nor authorized to receive for the intended addressee, you are hereby notified that you may not use, copy, disclose or distribute to anyone the message or any information contained in the message. If you have received this message in error, please immediately advise the sender by reply email and delete the message. Thank you very much. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

