php header location vs php_redirect

后端 未结 3 1494
广开言路
广开言路 2021-01-06 02:19

What\'s the difference between the function \"HTTP_redirect\" and \"header location\" in PHP ?

When must I use the function \"HTTP_re

3条回答
  •  粉色の甜心
    2021-01-06 02:37

    http_redirect is basically a helper function, making it easier to use header location by allowing you to pass an array for GET data.

提交回复
热议问题