CodeIgniter - Page RedirectionWhile building web application, we often need to redirect the user from one page to another page. CodeIgniter makes this job easy for us. The redirect()function is used for this purpose.Syntaxredirect($uri = '', $method = 'auto', $code = NULL)Parameters$uri (string) − URI string$method (string) − Redirect...
Showing posts with label CodeIgniter Page Redirection. Show all posts
Showing posts with label CodeIgniter Page Redirection. Show all posts
11 December, 2018
CodeIgniter - Page Redirection
Programing Coderfunda
December 11, 2018
codeigniter, CodeIgniter Page Redirection
No comments
CodeIgniter - Page Redirection
While building web application, we often need to redirect the user from one page to another page. CodeIgniter makes this job easy for us. The redirect()function is used for this purpose.
Syntax
redirect($uri = '', $method = 'auto', $code = NULL)
Parameters
$uri (string) − URI string
$method (string)...