Jump to content

adamdeltoro

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

adamdeltoro's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. so when you set a session ID, you can set info that already exists from their corresponding "user" rows? If so, how would you do that? And how do you call data from the session id I set? I really appreciate your help, and could you perhaps give me an example in coding? I'm a wee-bit new to this.
  2. I've already created a table "users" and another called "facts", and a login system for my website. On one page I would like to display customized data depending upon whichever member/user is logged in. Depending upon which member is logged in, there are certain values (like 1's and 0's) in their respective rows for columns called (e.g.) school_a, school_b, etc. , that I would like to have correspond to different rows in my "facts" tables that would call those rows based upon the 1's and 0's in the user's rows. How do you this? Would I need to have a session thingy going for my user, and somehow use that to then do a MySQL query on that user's data, then using the results, retrieve and print those rows under my "facts" table? Maybe some help with coding?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.