Jump to content

Session Question - Fetch User Rows/Tables?


andreasb

Recommended Posts

Hello,

 

Right now I'm having a hard time fetching rows via sessions.

 

Let's say that I have a session:

$_SESSION['username']

Now I log in with username "Andreas".

Now I want to fetch the my "Points" count. It looks like this:

c42e47d2d1.png

 

How can I fetch that info by using my USERNAME session?

Link to comment
https://forums.phpfreaks.com/topic/193696-session-question-fetch-user-rowstables/
Share on other sites

And how exactly will this make me able to do this?

echo $points;

 

This did not work, and I'm not sure how to use your replies for what I want to do.

$username = $_SESSION['username'];
$points = "SELECT * FROM members WHERE username=$username";

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.