Page 1 of 1

php operators, common compare, etc.

Posted: Fri Jan 07, 2022 11:32 am
by Stevyn
this OR that

Code: Select all

if ($country == 'Canada' OR $country == 'China'  ) { 

echo "Hello!";
}