How to open multiple browser windows on request? (PHP)

Posted by Ole Jak on Stack Overflow See other posts from Stack Overflow or by Ole Jak
Published on 2010-04-28T12:24:49Z Indexed on 2010/04/28 12:33 UTC
Read the original article Hit count: 254

Filed under:
|
|
|
|

So I have a form on PHP/HTML page. User submitss it to that same PHP/HTML page. So now PHP page I will have $_POST data. I want to when page is refreshed opnt some popUp browser windows which url's will be relative to users POST request. like www.example.com/bal-bla-bla.php? id=$_POST['StreamId']

© Stack Overflow or respective owner

Related posts about php

Related posts about html