我的重定向功能在Codeigniter中不起作用? [英] My redirect function is not working in codeigniter?

查看:40
本文介绍了我的重定向功能在Codeigniter中不起作用?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有以下代码:

$this->video->videoupdate($userid, $title, $id);
redirect("admin/videos", "refresh");

但是重定向不起作用,我也不知道为什么(我正在使用CodeIgniter)

But the redirect is not working and I don't know why (I am using CodeIgniter)

推荐答案

在调用重定向之前,您是否向浏览器发送了任何内容?从用户指南中

Have you sent anything to the browser prior to calling redirect? From the user guide


注意:为了使该功能运行
,必须先使用
输出到浏览器,因为
使用服务器标头。

Note: In order for this function to work it must be used before anything is outputted to the browser since it utilizes server headers.

这篇关于我的重定向功能在Codeigniter中不起作用?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆