Home  >  Article  >  Backend Development  >  How to implement web page jump after successful login in PHP?

How to implement web page jump after successful login in PHP?

coldplay.xixi
coldplay.xixiOriginal
2020-07-21 13:43:169833browse

php method to implement web page jump after successful web page login: first open the php editor and create a new php file; then enter the code [header('Location: index.php') in [index.php] ;]; Finally, run the [login.php] page in the browser.

How to implement web page jump after successful login in PHP?

php method to implement web page jump after successful login:

1. First, open php editor In the browser, create a new php file, for example: index.php.

How to implement web page jump after successful login in PHP?

2. In index.php, enter the code:

header('Location: index.php');

How to implement web page jump after successful login in PHP?

3. Run login.php in the browser page, this will jump to the index.php page.

How to implement web page jump after successful login in PHP?

##Related learning recommendations:

PHP programming from entry to proficiency

The above is the detailed content of How to implement web page jump after successful login in PHP?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn