php Programming Glossary: level1.php
Trying to understand the Post/Redirect/Get design pattern (implemented with PHP) http://stackoverflow.com/questions/3882149/trying-to-understand-the-post-redirect-get-design-pattern-implemented-with-php he has level 1 access the script will redirect the user to level1.php using header 'Location http www.mydomain.com level1.php' If.. to level1.php using header 'Location http www.mydomain.com level1.php' If the user has level 2 access the script will redirect the.. 'Location http www.mydomain.com level2.php' Finally when level1.php or level2.php is reached the first thing they do is check the..
|