Tony Di Croce wrote:
Are variables that are stored in the $_POST[] array ever communicated
to the browser?

It's quite the opposite. $_POST is populated with data from the content of a POST request sent by the browser.

Im using PHP sessions, and I store lots of variables in $_POST[].

Can you elaborate? Do you mean $_SESSION?

Chris

--
Chris Shiflett
Brain Bulb, The PHP Consultancy
http://brainbulb.com/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to