Well i am building management system for my company. the part i wanted to know is how to manage users on what they can do on the content. What i wanted to do is when authorized user sign up a user how can he make that new user to view/READ the contents only and deny CREATE, UPDATE, and DELETE activities? need help in fast! Thanks! This is a sign up page i have:
<fieldset>
<legend><h2 align='center'>Create User</h2></legend>
<div align='center'>
<form action='new_main_signup.php' method='post'>
<input type='text' name='username' placeholder='Username' /><br>
<input type='password' name='password' placeholder='Password' /><br>
<input type='password' name='Confirmpassword' placeholder='ConfirmPassword' /><br><br>
<input type='submit' name='submit' value='Create'>
</div>
<span class='spanclass1'>".
errors().
form_errors($errors)
."</span>