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
You are not logged in. Please login or register.
PunBB Forums → General discussion → 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
Scrub that question. Just grepped and found which method is preferred/used.
PunBB Forums → General discussion → Which NOT statement is preferred?
Powered by PunBB, supported by Informer Technologies, Inc.