Hi all. I am trying to display a members Product ID, for the following code: If a member has a product ID of 1 display text, if product ID is not 1 then do not display text. PHP: if ($_SESSION['_amember_product_ids']['_amember_products']['product_id'] = 1) { <a href='staff_view.php' target='_self'>VIEW STAFF MEMBERS </a> PHP: } ?> If I echo the product_id it always displays "1" even when the member has a product_id of any other number. Thanks in advance for any help. Dereck