I have a client(JavaScript) server(PHP) application using AJAX. On the AJAX request my PHP script returns some info to the client AND needs to open a separate browser tab as a separate process, asynchronously.
How can I do that (exec, shell_exec, passthru … don’t work)?
I have a client(JavaScript) server(PHP) application using AJAX. On the AJAX request my PHP
Share
When you receive the info from the
Ajaxrequest, open a new tab usingJavaScript.