How can I open a new tab in php and close the current one?
I tried to use this error code 500 on the server
redirect.php
echo "</script>window.open(https://google.com, "_blank");</script>";
echo "</script>window.close();</script>";
Could anyone help me?