标签: php sql codeigniter
所以我使用CodeIgniter并且具有以下条件:如果我使用status == 'no'更新行,则应将其重定向到home.php,如果我使用status == 'yes'更新行,则应将其重定向到add.php
status == 'no'
home.php
status == 'yes'
add.php
我该怎么办?有人可以帮帮我吗?先谢谢
答案 0 :(得分:-1)
只需使用:
header("location:yourpage.php");