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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T03:00:39+00:00 2026-06-12T03:00:39+00:00

I have several sections of code that insert values into different tables in my

  • 0

I have several sections of code that insert values into different tables in my DB.

I am wondering if there is a way to capture which button on my form has been selected so when the page reloads it only executes the one insert statement?

this is how I submit to the same page

<form name="input" action=myawesomeform.php" method="POST">

This is what my submit button looks like

<input type="submit" value="Submit" id="5050gdmyButton" />

so pretty much I want to execute one of the insert statements depending on which button was selected..

any help would be greatly appreciated.

  • 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-12T03:00:40+00:00Added an answer on June 12, 2026 at 3:00 am

    1) You need to give name attribute to your submit button

    2) when you have multiple inputs in your form and when you press one of them, then you only get that one in your php code with name attribute.

    So for example:

    <input type="submit" name="submit1" value="add" id="5050gdmyButton1" />
    <input type="submit" name="submit2" value="update" id="5050gdmyButton2" />
    

    in your php

    if(isset($_POST['submit1']) && $_POST['submit1'] == 'add'){
    // do insert for first one
    }
    
    if(isset($_POST['submit2']) && $_POST['submit2']== 'update'){
    // do update for second one
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

well i mean i have several sections of code that use some variable i
I have several sections of code that I need to protect with a Mutex.
I have a UITableView with each cell being broken into several sections with a
I have a text file with several different sections. Each section has a header
I have several different numbers in a group that range in sizes and would
I have several xml files that are formated this way: <ROOT> <OBJECT> <identity> <id>123</id>
Interesting situation. I have a section of code that creates several ZipOutputStreams. As a
I currently have a GUI built in wxPython with several sections, one of which
I have a javascript code (i) that write several <div><a href=...></a></div> inside the <div
I have a scenario at work where we have several different tables of data

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.