Hi,

I'm trying to put pass the logged-on username as a parameter into a Home tab dashlet. I've tried passing the $current_user->name into the url of a dashlet (Iframe).

http://localhost/myCode/quickLinks.php?currentUser={$current_user->name}

I also tried:
http://localhost/myCode/quickLinks.php?currentUser=<?php echo $current_user->name ?>

neither work.


any help would be great...
Regards
Alan.