fields outside the profile page

Discussion in 'Customization & add-ons' started by sstark, Jan 20, 2011.

  1. sstark

    sstark New Member

    Joined:
    May 31, 2010
    Messages:
    28
    I am trying to create a form to collect periodic data from users. I can create the form, the script to process the form, and the table in the database, my question is how do I make it so the information remains user specific? And then I need to pull the data into charts and graphs specific to the user. Anybody done anything like this?
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    You need to store member_id of user in your tables.
    You can get this info from session: $_SESSION[_amember_id];

Share This Page