Hi all.
I have looked at most of the posts relating to my problem and found no answer that I understood.
I want to pass a SESSION variable to another page, this is what I have so far.
<a href="agent_results.php?member_id=<? $_SESSION['_amember_user']['member_id'] ; ?>" target="_self">TAB FORMAT</a>
I want to be able to reference the "member_id" on page 2.
Can anyone please point me in the right direction.