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 8424707
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T04:04:33+00:00 2026-06-10T04:04:33+00:00

//This is my function in retrieving the id of the user base from its

  • 0
    //This is my function in retrieving the id of the user base from its email and pass. this is for functions.php 
       function getID($email,$pass)
        {
                $pdo = new PDO(connection here);
            $stmt = $pdo->prepare('SELECT id user where email = :email and pass = :pass LIMIT 1');
            $stmt->execute(array(':email'=>$email, ':pass'=>md5($pass)));
            $result = $stmt->fetch();
            return $result['id'];//Is this the right way of returning a value from a fetch value?
        }
//this is for user.php. 
include 'function.php';
session_start();
$_SESSION['id'] = getID($_POST['email'],$_POST['pass']);

Is this the right way of retrieving it? but i do not get any values from it. Need help thanks!

  • 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-10T04:04:34+00:00Added an answer on June 10, 2026 at 4:04 am

    Your query is missing a FROM.

    SELECT id FROM user WHERE email = :email AND pass = :pass LIMIT 1

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I wrote a Delphi function retrieving a web page from another application. This works
I want to add a new function to the default User model of Django
The main problem of this question is when we pass T into some function
I'm using an entity object called User. This is the function I use to
I'm retrieving information about resources from a MySQL database using PHP. The information about
Hi guys i am retrieving data from php using ajax , what i am
I'm retrieving data from mysql like this structure => echo <table id='postI . $chat_row['id']
This function works fine: std::string get_str() { return std::get<0>( make_tuple(std::string(hi)) ); } But if
This function is in a Class file in App_Code folder Public Shared Function CRUD(ByVal
This function works as it should, window.setInterval(function(){ var active = $('#frontpageControls a.active'); var next

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.