Welcome Guest, Not a member yet? Register   Sign In
Redirect and continue processing
#1
Question 

Hi,

In custom php applications often one can use
Code:
header
function and redirect to a page but still allow current php script to continue processing. This especially useful in reducing the 'wait cycle' for users. Is there a way to do something similar with CI?

e.g

PHP Code:
// some code
// more code

header('Location: let_theuser_know.php');

// continue processing
// more code 
Reply




Theme © iAndrew 2016 - Forum software by © MyBB