Print username

 

fongch's picture

How I would print username in every page ?

ma23693's picture
Offline
Joined: 03/19/2009
Username

This select will give you the current user.

select current_user;

Add the field to a query and then to the page header or footer;

fongch's picture
Offline
Joined: 01/16/2010
Thanks

Thanks