How to redirect to the same page in PHP

前端 未结 9 1647
春和景丽
春和景丽 2020-12-01 03:46

How can I redirect to the same page using PHP?

For example, locally my web address is:

http://localhost/myweb/index.php

How can I r

9条回答
  •  独厮守ぢ
    2020-12-01 04:26

    I just tried using header("Location: "); (without any value) and it redirected to the current page.

提交回复
热议问题