Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
I want to display the first- and lastname of the user and not the loginnameWho can tell me where I must made the change for it
Hi,you can do the following:
global $conn;
where FirstName, LastName and UserName are your actual field names, TableName is your actual table name.2. then add following code to the List page: Before Display event:
$smarty->assign("userid",$_SESSION["fullname"]);