Hello,

how can I use global variables in my web portal? I have read the php
documentation, but it works only in the same file.
I want use more global variable on many php site.

For example:
In login.php I use the code

         $first=mysql_result($result,0,"FIRST_NAME");

and I want to print this $first variable all of my php site.


Thanks!



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

Reply via email to