MySQL Forums
Forum List  »  PHP

Re: How to pass Primary Key based on the value entered into a login form
Posted by: Rick James
Date: February 06, 2016 07:23PM

This is not a MySQL problem, but rather a web design problem.

Your web page code (in PHP/Java/VB/whatever) needs to pass the information. It can be done via the URL of the next page; REST interface; a Cookie; or any of several other ways.

If you need to 'hide' the 'ABC' and '123', then I recommend either Cookies or storing them in a db and sending some other token to allow for retrieving them from the db.

Options: ReplyQuote


Subject
Written By
Posted
Re: How to pass Primary Key based on the value entered into a login form
February 06, 2016 07:23PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.