我正在使用一个 php 函数,该函数多次重定向到标题。运行 21 次左右后,出现以下错误:
"This website has a redirect loop" and stops running
以下是我的重定向代码:
header('Location: http://myfunction.com/index.php/test/mytestfunction?days=60&start='. ($start + 100) .'&end='. ($end + 100));
这里 $start 和 $end 是从数据库中获取数据的限制。项目在 codeigniter
请帮我。
谢谢