View Single Post

  #1 (permalink)  
Old 07-13-2003
reynoldscraigr@hotmail.com
 
Posts: n/a
Default How to use $GLOBALS

If I am understanding the documentation correctly, when you place info
into $GLOBALS, it is avaialable anywhere, including on another page.
Is this correct?

The reason I ask is that I am putting the value of a variable into
$GLOBALS, and I can get its value then and there, but when I go to
another page, the value that I put into $GLOBALS no longer seems to be
in existence.
Reply With Quote