At 12:11 AM 5/12/2002 -0700, John Holmes posted the following...
>You should use sessions. All you have to do is call session_start() at
>the beginning of your code. Then, any variable you want to save to the
>session, you simply use:

That did the trick! Thanks for the explanation, John! Now I have a nifty 
script that reads the variables from my MSSQL query script, and creates a 
MS Excel file using the data without having to have a separate 
Excel-creating script for every page... :))))) This rocks!

Thanks again, John!
Glenn
(I could post the code from that script, as well, if people would like to 
see it..?)

---
The original portions of this message are the copyright of the author
(c)1998-2002 Glenn E. Sieb.    ICQ UIN: 300395    IRC Nick: Rainbear
"All acts of Love and Pleasure are Her rituals"-Charge of the Goddess



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

Reply via email to