J
JJ
Whats the best way to do this?:
Users from different companies need to log into a web site. I want to add
the users company name, address etc to their profile. However I want the
company details to be stored separately (i.e. in a separate table in the
database) as more than one person could be from the same company.
I though that if I set up the company table and add the companyID to the
user profile that might do the job?
JJ
Users from different companies need to log into a web site. I want to add
the users company name, address etc to their profile. However I want the
company details to be stored separately (i.e. in a separate table in the
database) as more than one person could be from the same company.
I though that if I set up the company table and add the companyID to the
user profile that might do the job?
JJ