Reader Freddy requested a tutorial about implementing bitwise permissions in real application. This tutorial will cover that. It’s very simple tutorial and I tried to make it as simple as possible.
Read the rest
This will be a quick tutorial on how to use bitwise operators in PHP to create permissions control. Some of next tutorials will cover how to implement it in application and how to use database to store permissions for users. Now some basics.
Read the rest