» » page jump

 
Sort articles by: Date | Most Rates | Most Views | Comments | Alphabet

Page redirect/jump method in WEB development

Author: bamboo06 on 31-10-2014, 17:25, views: 4062

9 Page Jump may be due to the user to click a link, button trigger, also may be the system automatically generated. Page automatically jump is often used in WEB development, and according to the demand can be with a jump in different ways, such as the prompt operation information delay jump, this paper summarizes some common page Jump method in WEB development.
Page redirect/jump method in WEB development

PHP header () function jump
PHP header () function is very powerful, which in the URL page Jump also called simple, using header () to jump directly to the specified URL page, then the page Jump is a 302 redirect:

Category: PHP Scripts / Javascript