Hi how to get the username (or login) variable value. I want to use it in another page. thanks
Hi how to get the username (or login) variable value.
Look in $GLOBALS[‘egw_info’][‘user’], lots of good stuff in there. In particular, it sounds like you want: $GLOBALS[‘egw_info’][‘user’][‘account_lid’]
Nathan
ThinkGeek and WIRED’s GeekDad team up for the Ultimate GeekDad Father’s Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo
eGroupWare-developers mailing list eGroupWare-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/egroupware-developers
Thank you very much Good .