Open browser window with formed URL after posting a PHP form
- by Gotjosh
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.