PHP Newbie (Bare with me 
Is there an easy way to pass variables from script to script?
I have a authentication script which queries a database for name and password. I also store in that same database permisson data such as ability to upload. $upload contains what I need but when I do an include to another script the $upload is not passed after the include script finishes.
What is the best way to pass the variable through to the other script?
Thanks
Mike
Is there an easy way to pass variables from script to script?
I have a authentication script which queries a database for name and password. I also store in that same database permisson data such as ability to upload. $upload contains what I need but when I do an include to another script the $upload is not passed after the include script finishes.
What is the best way to pass the variable through to the other script?
Thanks
Mike