Make a PHP redirect using header() to a specific target

Asked

Viewed 16 times

0

How could you make a PHP redirect using the header function pointing to a specific target type: _Blank, _self and others?

header('location: /minhapagina');

How to do the above section point to the target I want?

  • This is not possible on the server side, only on the client side.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.