Something Wrong

Discussion in 'Troubleshooting' started by dunny, Nov 16, 2003.

  1. dunny

    dunny Guest

    $phone = session_start(); print $_SESSION['_amember_user']['phone'];
    When i put this in my php i always get a 1

    am i doing something wrong

    But when i look at my phone number in the script it reads *18*****23 (I masked it for a reason )
  2. alex-adm

    alex-adm Guest

    $phone = session_start(); print $_SESSION['_amember_user']['data']['phone'];

Share This Page