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']
So I have a form on PHP/HTML page. User submitss it to that same
Share
edited:
you can always display a message before open the window that advice the user to accept this new window!