PDA

View Full Version : Variable in MemberInfo


giorgiotave
08-02-2006, 07:54 AM
Hi all,

i try to make a php code in memberinfo.

I add a code php (in global start or member start) and when i try to print a $userinfo[username] this is empy.

I make thi php code:

echo"Hello $userinfo[username] ";

And he print only Hello

This variable ($userinfo[username] ) i copy from title at memberinfo templates, but thi is empy.

This variable $userinfo[username] have to declare in some place?

Because i try the same operation in FORUMDISPLAY and i read every variable.

Sorry for my english :(

Giorgio

Ok, i make to member_complete and i can print this variable.

Sorry :D