Hi Using V2026.5
I have a custom file which displays info for a user - I want to display a welcome message and include the logged in user name
I have tried
<?php echo (CurrentUserName());?>
but to no avail - pointers appreciated
Kind Regards
John B
Hi Using V2026.5
I have a custom file which displays info for a user - I want to display a welcome message and include the logged in user name
I have tried
<?php echo (CurrentUserName());?>
but to no avail - pointers appreciated
Kind Regards
John B
If your Custom File does not use Include common files, global functions are not available.