Multiple conditions in if statement

How do I write an if statement with multiple conditions needing to be true?

ie:

if (condition1=a AND condition2=b AND condition3=c)
{
}
else
{
}

I'm sure it can be done, I just can't find instructions on how to do it.

from PHP http://ift.tt/29jOuNz
via IFTTT
Previous
Next Post »
Thanks for your comment