manage user permissions in php
        Posted  
        
            by 
                user420528
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user420528
        
        
        
        Published on 2010-09-07T03:07:31Z
        Indexed on 
            2012/11/22
            11:01 UTC
        
        
        Read the original article
        Hit count: 191
        
i am creating a marks management system using php & mysqlwhere the concerned faculty will be able to login and enter the marks of the students. i can go with a simple table but the problem is there are 288 different subjects for which marks must be entered. So creating a mysql table with so many subjects does not look good for me. please suggest me the best way to manage user permissions so that only the corresponding faculty will be able to enter marks
© Stack Overflow or respective owner