<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Permissions Using Bitwise</title>
	<atom:link href="http://www.php4every1.com/tutorials/create-permissions-using-bitwise-operators-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.php4every1.com/tutorials/create-permissions-using-bitwise-operators-in-php/</link>
	<description>Blog with PHP, MySQL and other tutorials. You can also download my scripts, report a bug or leave a feedback.</description>
	<lastBuildDate>Mon, 30 Jan 2012 23:00:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Marijan Šuflaj</title>
		<link>http://www.php4every1.com/tutorials/create-permissions-using-bitwise-operators-in-php/comment-page-1/#comment-48060</link>
		<dc:creator>Marijan Šuflaj</dc:creator>
		<pubDate>Thu, 19 Jan 2012 15:52:37 +0000</pubDate>
		<guid isPermaLink="false">http://php4every1.com/?p=319#comment-48060</guid>
		<description>You can implement some &lt;a href=&quot;http://docs.oracle.com/javase/1.4.2/docs/api/java/util/BitSet.html&quot; rel=&quot;nofollow&quot;&gt;BitSet&lt;/a&gt; class</description>
		<content:encoded><![CDATA[<p>You can implement some <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/BitSet.html" rel="nofollow">BitSet</a> class</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaws</title>
		<link>http://www.php4every1.com/tutorials/create-permissions-using-bitwise-operators-in-php/comment-page-1/#comment-48057</link>
		<dc:creator>jaws</dc:creator>
		<pubDate>Thu, 19 Jan 2012 15:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://php4every1.com/?p=319#comment-48057</guid>
		<description>Good tutorial. How will I handle a permission system with 50 different kinds of rights a user could have? That would be more than 32-bit could hold? Any best practices when having many permissions?</description>
		<content:encoded><![CDATA[<p>Good tutorial. How will I handle a permission system with 50 different kinds of rights a user could have? That would be more than 32-bit could hold? Any best practices when having many permissions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Permissions Using Bitwise</title>
		<link>http://www.php4every1.com/tutorials/create-permissions-using-bitwise-operators-in-php/comment-page-1/#comment-44145</link>
		<dc:creator>Permissions Using Bitwise</dc:creator>
		<pubDate>Fri, 30 Dec 2011 13:00:24 +0000</pubDate>
		<guid isPermaLink="false">http://php4every1.com/?p=319#comment-44145</guid>
		<description>[...] Bitwise operators [...]</description>
		<content:encoded><![CDATA[<p>[...] Bitwise operators [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Economou</title>
		<link>http://www.php4every1.com/tutorials/create-permissions-using-bitwise-operators-in-php/comment-page-1/#comment-2926</link>
		<dc:creator>Peter Economou</dc:creator>
		<pubDate>Sun, 28 Mar 2010 21:48:43 +0000</pubDate>
		<guid isPermaLink="false">http://php4every1.com/?p=319#comment-2926</guid>
		<description>Thank you very much because with your clear presentation I&#039;ve just understood how ms access permissions works with &quot;magic&quot; OR , AND.
This it was a mysterius enigma for a amateur &quot;programmer&quot; in VB like me.
Peter 29/3/10 Greece Athens</description>
		<content:encoded><![CDATA[<p>Thank you very much because with your clear presentation I&#8217;ve just understood how ms access permissions works with &#8220;magic&#8221; OR , AND.<br />
This it was a mysterius enigma for a amateur &#8220;programmer&#8221; in VB like me.<br />
Peter 29/3/10 Greece Athens</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.php4every1.com/tutorials/create-permissions-using-bitwise-operators-in-php/comment-page-1/#comment-1671</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 24 Dec 2009 16:22:59 +0000</pubDate>
		<guid isPermaLink="false">http://php4every1.com/?p=319#comment-1671</guid>
		<description>Right on!  There&#039;s a lot of ways that bitwise operators can manipulate, retrieve, compute and sort data.</description>
		<content:encoded><![CDATA[<p>Right on!  There&#8217;s a lot of ways that bitwise operators can manipulate, retrieve, compute and sort data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Implementing Bitwise Permissions &#124; PHP for everyone</title>
		<link>http://www.php4every1.com/tutorials/create-permissions-using-bitwise-operators-in-php/comment-page-1/#comment-1299</link>
		<dc:creator>Implementing Bitwise Permissions &#124; PHP for everyone</dc:creator>
		<pubDate>Wed, 25 Nov 2009 18:12:05 +0000</pubDate>
		<guid isPermaLink="false">http://php4every1.com/?p=319#comment-1299</guid>
		<description>[...] any interface that we will use for creating actions, grups and users but using my tutorial on bitwise permissions i created them manually. Each action has it&#8217;s own unique privilege that has to be some number [...]</description>
		<content:encoded><![CDATA[<p>[...] any interface that we will use for creating actions, grups and users but using my tutorial on bitwise permissions i created them manually. Each action has it&#8217;s own unique privilege that has to be some number [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

