Skip to content Skip to sidebar Skip to footer

Obtain User Id When A User Logs In Using Username & Password

I need to input the USER_ID field of my USER table as a foreign key in another table. Therefore, I think I need to start a session when the user logs in. I'm having difficulty gett

Solution 1:

use FETCH_ASSOC instead of FETCH_NUM


Post a Comment for "Obtain User Id When A User Logs In Using Username & Password"