How do I implement users and passwords?

wxdqz

New Member
I am new to php and mysql but am trying to make a database that has an very simple interface for an administrator to log in and upload image files for there customers to then access. The image files all belong to different companies so only they can be allow to see their images. So I assume what I need to do is make a separate table for each company, but then how do I set passwords for tables? Do I need to have separate logins to send one person to an administrative page and the customers to a different page to look for thier invoices? Thanks in advance for your help!
Sarah
 
Back
Top