By okday on
Hi,
I want to show the referrer of the current connected user in a block.
Does someone have a php snippet that can show this value?
thank you.
Hi,
I want to show the referrer of the current connected user in a block.
Does someone have a php snippet that can show this value?
thank you.
Comments
you can get info by $user
hi
i think you can get all info of the current user by
global $user;
print_r ($user);
Best Luck
Kuldip
Thank you but the user
Thank you but the user referrer is not shown.
thank you for your reply
I think that we will need to
I think that we will need to extract it via a php snippet.
try this :
try this :
find more info here : http://fr.php.net/reserved.variables
shakethetv.com - lyrics - music
Hi, I need to show the
Hi,
I need to show the refferer value taken from the "user referral" module.
My fault :)
thank you for your post.