I have a page where you enter a username and password, then click a submit button to submit the password/username and go to the next page. The address of the new page ends up something like this:
http://localhost/LoginPage2.php? txtUsername=hhh&txtPassword=ggg&btnLogin=Login. Now i don't want the username and password to be visible like that, so how do i hide the extra stuff, so it's just 'http://localhost/LoginPage2.php'?
http://localhost/LoginPage2.php? txtUsername=hhh&txtPassword=ggg&btnLogin=Login. Now i don't want the username and password to be visible like that, so how do i hide the extra stuff, so it's just 'http://localhost/LoginPage2.php'?