using Single & operator
Posted: Tue Jan 18, 2011 1:04 am
what is the use of a single & operator in if statement such as:
Code: Select all
if (a>b & c>d)
.....A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
if (a>b & c>d)
.....