hi every body,

I've never done this : try to get the name of current user(whose session is currently open) in drupal

thank...

Comments

3cwebdev’s picture

  global $user;

  print $user->uid;   // Their user id
  print $user->name;  // Their user name

Complete Computer Care

kwemart’s picture

setfree thank for your reply ...

all the best

bhavesh_gloscon’s picture

thanks