1

Topic: Which NOT statement is preferred?

Which of these two would be the preferred, (if either), method of selecting guest users access permissions?

&& !$pun_user['is_guest']

or

&& $pun_user['g_id'] != '3'


Cheers.

Matt

2

Re: Which NOT statement is preferred?

Scrub that question. big_smile Just grepped and found which method is preferred/used. big_smile