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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T21:02:12+00:00 2026-05-31T21:02:12+00:00

How to insert multiple rows using variable in Oracle database through PHP? My query-:

  • 0

How to insert multiple rows using variable in Oracle database through PHP?
My query-:

$qry6= "INSERT INTO sample(name , id , qty , PRICE , tax) VALUES ".$result_product1.";";

where

$result_product1 = (shirt,1,20,300,100),(pant,2,50,400,75),(tie,5,50,100,25);

So how to pass multiple rows in oracle through php?
I get from forum as query should be-:

INSERT ALL into sample(name , id , qty , PRICE , tax values (shirt,1,20,300,100)
           into sample(name , id , qty , PRICE , tax values (pant,2,50,400,75)
           into sample(name , id , qty , PRICE , tax values (tie,5,50,100,25);

So plz help me that How can I convert my query in this oracle accepted format….
Plz guide me…

  • 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-05-31T21:02:14+00:00Added an answer on May 31, 2026 at 9:02 pm

    I dont know much more about insertion in oracle.
    But as per your question this may help you…

    $result_product1 = str_replace( "),(", ") into sample(name , id , qty , PRICE , tax) values (", $result_product1);
    

    And your final query will be…

    $qry6= "INSERT INTO sample(name , id , qty , PRICE , tax) VALUES ".$result_product1.";";
    

    Check this…

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

Sidebar

Related Questions

I am trying to insert multiple rows into MySQL DB using PHP and HTML
I was wondering how you can insert multiple rows into a MySQL database using
i'm having an issue using C# inserting multiple rows into a MySQL database, have
I want to insert multiple rows into different tables in my database. The statements
I know that I can insert multiple rows using a single statement, if I
I'm using a transaction to insert multiple rows in multiple tables. For these rows
I'm trying to insert multiple rows into MySql with only one INSERT INTO statement
I want to insert multiple invisible watermarks into my JPEG pictures through C# code.
I need to insert multiple rows in my Mysql database.my rows are available in
I have a SQL query where I want to insert multiple rows in single

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.