Pass entire $_POST variable to popup

Posted by Brian on Stack Overflow See other posts from Stack Overflow or by Brian
Published on 2010-01-05T23:33:44Z Indexed on 2010/04/15 17:03 UTC
Read the original article Hit count: 141

Filed under:

I have a PHP webpage that takes which accepts a rather large POST array. I have a button on the page that opens a PHP popup window. Is there a convenient way to pass the entire $_POST array to the popup?

Edit: It is an entirely different page. I open it with JavaScript: window.open

© Stack Overflow or respective owner

Related posts about php