I need to capture something like $_SESSION['_amember_user']; for admins, is there such a thing or how can I access info for the logged on admin.
the help desk sent me this message and it helped quite a lot: Hello! Just try <?php session_start(); print_r($_SESSION); and you will see available data. everything you would ever want to know about who is logged in is in there.
What needed for On the admin side I am having admins enter info and I need to tag it with their identity, so we know who entered what and when