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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T14:28:16+00:00 2026-06-18T14:28:16+00:00

Problem: How to make an HTML Form call different php pages from the action

  • 0

Problem: How to make an HTML Form call different php pages from the action based on what button is pushed?

The code below is the solution I have now, but I figure there must be a better way to do this then creating multiple forms on the page?

<html>  
<body>
    <form name="entry_form" action="entry_update_script.php" method="post" enctype="multipart/form-data">
        <input type="hidden" name="entry_id" value="">
        <input type="hidden" name="entry_item_id" value="">
        Truck/Railcar/Barge#:<input type="text" name="pro_number" value=""><br>
        BOL #:<input type="text" name="bol" value=""><br>
        <input type="submit" name="entry_submit" value="Add New Entry!">
    </form>
    <form name="entry_form_add" action="entry_view.php" method="post" enctype="multipart/form-data">
        <input type="hidden" name="entry_id" value="">
        <input type="submit" name="submit" value="Add New Item!">
    </form>
</body>
</html>
  • 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-18T14:28:18+00:00Added an answer on June 18, 2026 at 2:28 pm
    <html>  
    <body>
        <script type="text/javascript">
    
        function submitAction(act) {
             document.sample.action = act;
             document.sample.submit();
    
        }
        </script>
        <form name ="sample" action="default.php">
             <input type="button" value = "blah1" onClick="submitAction('phpPage1.php')">
             <input type="button" value = "blah2" onClick="submitAction('phpPage2.php')">
        </form>
    </body>
    </html>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to make a simple Python-based HTML parser using regular expressions. My problem
I have following html form: <form method=post action=> <input type=hidden name=userid id=user value=<?php echo
I have a problem with the html form. This is my code: <form name=contactform
html in delete_define.php follows: <form action=delete_now.php onsubmit=my_funct();> <input type=submit name=my_submit class=my_submit value=submit/> </form> javascript
related: MVC3 Razor using Html.BeginForm problem When I make an HTML form for MVC
I have the following problem: I make the call to the method of a
Is there a solution to the problem illustrated in the code below? Start by
I am trying to make a form so when user click button then it
I have following pages: popup.html <script type=text/javascript> //requires function doFunction(){ alert(hi); } </script> <button
I want to make a synchronous call to some Java code in my Android

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.