Javascript alert and php header

后端 未结 7 991
执念已碎
执念已碎 2020-12-18 10:33

I got a little problem. When I got my PHP script without header it\'s fine, I am getting javascript alert box. But when I use header before alert it\'s not working. It\'s re

7条回答
  •  余生分开走
    2020-12-18 11:00

    this is a redirect: header("Location: http://dunno.com/file.php");

    the code below wont work

提交回复
热议问题