If I store the the "username" field from the login in a $_SESSION, and then the user gets redirected to the next page (Main Menu) along with Live data (his attorney cases), then how can I make that possible? I need $username = $_GET['username']; but that username must come from the $_SESSION and that $_GET needs to come from the method of the form which is set to POST as of right now. The action is the PHP SELF statement.. How can I get the username from the form data and carry it to the next page to be used as a $_GET statement?
This is a challenge!!
I need the $_GET statement if possible. I will also need to know how the login form can be a POST & GET at the same time.
This is a challenge!!
I need the $_GET statement if possible. I will also need to know how the login form can be a POST & GET at the same time.