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

The Archive Base Latest Questions

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

At the moment I have a script where I add data to the database.

  • 0

At the moment I have a script where I add data to the database.

Once the data is entered I would like to get the get the row straight away.

For example if I have a query like this where I have two seperate:

    $sql = "INSERT INTO  table SET columnA '".$this->db->escape($columnA)."'";
    $query = $this->db->query($sql);
    $sql = "SELECT * FROM table";
    $query = $this->db->query($sql);
    return $query->db->row;

I want to be able to make get that database row instantly after inserting it. Will I have to make a whole new query or is there a quicker way? I am using OpenCarts API if that helps.

Thanks
Peter

  • 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:16:42+00:00Added an answer on June 10, 2026 at 4:16 am
    INSERT INTO table (a,b,c) VALUES ('a','b','c');
    SELECT * FROM table WHERE your_table_primary_key = LAST_INSERT_ID();
    

    PHP:

    $sql  = "INSERT INTO  table SET columnA '".$this->db->escape($columnA)."';";
    $sql .= "SELECT * FROM table WHERE your_table_primary_key = LAST_INSERT_ID();"
    $query = $this->db->query($sql);
    return $query->db->row;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm supposed to add data from my csv file into my database. I have
I have this script at the moment, which changes an image when a thumbnail
At the moment I have a very simple script. If I type the commands
Hey I have my code as follows at the moment <script type=text/javascript> var activeTabId
i have this pretty well known script that i am trying to get working,
I have a SQL script that inserts data (via INSERT statements currently numbering in
I have got a basic login script at the moment. When the user logs
So at the moment I have a multidimensional array string[,] items = new string[100,
At the moment I have a slider and an small input text box which
At the moment I have a jQuery do a POST to a Controller which

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.