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?…