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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T16:10:39+00:00 2026-05-25T16:10:39+00:00

In PHP, i want to open more that one window and each one of

  • 0

In PHP, i want to open more that one window and each one of them need to recieve different post data.

i know how to redirect a page via header location + Get DATA, but i really need to be able to send POST data.

EDIT:

Graph
       |-Page with post 1
Main --|-Page with post 2
       |-Page with post 3

so basically 1 page goes and open 3 pages with different post data on each. must be done server Side.

  • 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-25T16:10:39+00:00Added an answer on May 25, 2026 at 4:10 pm

    why not use three forms? 😉 Code tested, works.

    <form method='post' action='http://<sever>/post1.php' id='action_frm1' name="action_frm1" target="_blank">
      <input type='hidden' name='param1' value='hello'/>
      <input type='hidden' name='param2' value='world'/>
    </form>
    <form method='post' action='http://<sever>/post2.php' id='action_frm2'  name="action_frm2" target="_blank">
      <input type='hidden' name='param1' value='hello2'/>
      <input type='hidden' name='param2' value='world2'/>
    </form>
    <form method='post' action='http://<sever>/post3.php' id='action_frm3'  name="action_frm3" target="_blank">
      <input type='hidden' name='param1' value='hello3'/>
      <input type='hidden' name='param2' value='world3'/>
    </form>
    <script type='text/javascript'>
         function makePostRedirect() {
           document.getElementById('action_frm1').submit();
           document.getElementById('action_frm2').submit();
           document.getElementById('action_frm3').submit();
         }
         makePostRedirect()
    </script>
    

    Of course, if you want post data via serverside usefull link will be this: http://noobflash.com/server-side-post-with-php/

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

Sidebar

Related Questions

I want to write a php script that keeps the apache_log file open and
I want to get data from submit.php page and put them in some tags
I have a PHP page where i want to open a file on a
I want to use the sharer.php popup to open the share dialog, but would
I am working with php and want to have a page that has a
I have built a site using php and want to try keep it one
So, i want to do some metrics about the times one image is open,
basically I want php to decide which version of the site pieces to load
I want to perform an jquery request to php and then I want php
I am using less php and want to implement an uncompiled version of the

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.