| 
 Posted by Chris Shiflett on 06/14/90 11:31 
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/
 
  
Navigation:
[Reply to this message] 
 |