How to open a webpage in a new window when a user submit a form in php?

  • 0

In form’s action tag add redirecting urls adress:

 

<form method=”POST” action=”google.com”>

</form>

In form’s action tag add redirecting urls adress:   <form method=”POST” action=”google.com”> </form>

In form’s action tag add redirecting urls adress:   <form method=”POST” action=”google.com”> </form>