database?
Let say we created two tables the first for projects_tbl and the Second user_tbl ---- Now we want the ability to log the user in and see both the user info and the project info. How do we go about this?
As of now we got a standard login form (dream weaver) that uses the projects_tbl with fields project_number (used for Username) and password..
Not sure if we could just join the two Tables or create a Third table and somehow accomplish this task?