1. Where does sign up information get stored after a user makes an account and logs in?
2. How does the information get transferred to their profile?
3. How do you set up and manage 2 separate login portals? ie: 1 for Sellers and 1 for Buyers
4. How does information, pics, prices, etc. get integrated onto the page after sign up?
5. Where does each piece of information go?
1 Replies - 1915 Views - Last Post: 07 January 2013 - 12:24 PM
#1
Question about user login info for e-commerce site
Posted 07 January 2013 - 12:19 PM
Replies To: Question about user login info for e-commerce site
#2
Re: Question about user login info for e-commerce site
Posted 07 January 2013 - 12:24 PM
Quote
1. Where does sign up information get stored after a user makes an account and logs in?
Typically a database.
Quote
2. How does the information get transferred to their profile?
What profile? Typically a profile is a template page that reads information from a database and pushed into the template when given an unique id... like a user id.
Quote
3. How do you set up and manage 2 separate login portals? ie: 1 for Sellers and 1 for Buyers
One way is separate tables.. the other is add a row to every table that is for 'seller id' and only query data that has that foreign key.
Quote
4. How does information, pics, prices, etc. get integrated onto the page after sign up?
What do you mean?
Quote
5. Where does each piece of information go?
Which information? Images are typically in folders and referenced by location.. prices in a table.. information in a table..
Page 1 of 1
|
|

New Topic/Question
Reply


MultiQuote







|