Open browser window with formed URL after posting a PHP form
        Posted  
        
            by 
                Gotjosh
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Gotjosh
        
        
        
        Published on 2010-12-28T02:37:37Z
        Indexed on 
            2010/12/28
            2:54 UTC
        
        
        Read the original article
        Hit count: 272
        
So here's the question. I have this php form that collects some data, after posting the data gets parsed an URL is constructed. After this URL is constructed, I'd like to open a new browser window for the user with this newly constructed URL.
How can I actually accomplish this? Is this something that can only be done with javascript? If so... How?
I already have the code in place and i've tested it works that construct the URL after posting the form, now it's just a matter of opening a new window with the URL.
© Stack Overflow or respective owner