In PHP, how to redirect from one page to another page?
With the heal of the header(), we can redirect from one page to another in PHP.
Syntax :
header('location:index.php');
Suggest An Answer
No suggestions Available!
With the heal of the header(), we can redirect from one page to another in PHP.
Syntax :
header('location:index.php');