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?
You need to store member_id of user in your tables. You can get this info from session: $_SESSION[_amember_id];