PHP header(Location: …): Force URL change in address bar
I’m currently working on a mobile site with authentication using PHP sessions with a database. I have a login page with a form that goes to server_login.php on submit. The php file then creates some session data (store in $_SESSION), and redirects the user back to the index page: The new web page (index.php) loads correctly; however, … Read more