Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8381821
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T16:46:58+00:00 2026-06-09T16:46:58+00:00

Can somebody help me guess out this code..this is just a snippet and I

  • 0

Can somebody help me guess out this code..this is just a snippet and I think I included all the codes needed for my question. Actually this code is from hybridAuth. My question is, where does “user_id” from the last line came from? I wanted to know because $_SESSION[“user”] gives the value of the “id”. And I wanted to make another $_SESSION[” “] where I can place the value of email-add from the database (same location where that user_id’s “id” exist)

// create an instance for Hybridauth with the configuration file path as parameter
$hybridauth = new Hybrid_Auth( $hybridauth_config );

// try to authenticate the selected $provider
$adapter = $hybridauth->authenticate( $provider );

// grab the user profile
$user_profile = $adapter->getUserProfile();

// load user and authentication models, we will need them...
$authentication = $this->loadModel( "authentication" );
$user = $this->loadModel( "user" );

# 1 - check if user already have authenticated using this provider before
$authentication_info = $authentication->find_by_provider_uid( $provider, $user_profile->identifier );

# 2 - if authentication exists in the database, then we set the user as connected and redirect him to his profile page
if( $authentication_info ){
// 2.1 - store user_id in session
$_SESSION["user"] = $authentication_info["user_id"]; 
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T16:46:59+00:00Added an answer on June 9, 2026 at 4:46 pm

    The call to $authentication->find_by_provider_uid() returns an associative array, one key of which is user_id.

    To see what other columns are returned by that call:

    var_dump($authentication_info);
    

    If the email is among the keys in that array, you may then set it in $_SESSION:

    // Store the email into session if it is present in $authentication_info
    // Use whatever the appropriate key you find, be it email, email_address, user_email, whatever...
    $_SESSION['user_email'] = $authentication_info['email'];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can somebody help me with this. There is HTML code: <h3> <label> <input type=checkbox
Can somebody help me with this: this is my code: //js var TestPlugin={ test:function(name,successCallback,failureCallback){
Heyy can somebody help me ? i have this issue that still do know
Sure it's a simple question, but I can't fix it, can somebody help me?
Can somebody help me convert this VB function to Perl (PHP, Ruby or Python
Can somebody help me understand how this pointed corner was actually generated in css
Can somebody help me with this: When I try to run the project, this
Can somebody help me to figure out why DataAnnotations will not work with my
can somebody help me select the url from this XML document where the ID
Can somebody help me convert this gnuplot command to gnuplot.py gnuplot command(works fine in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.