Hyvor Developer
Home
Download
Copy
Code
<?php $a = true; $b = false; if ($a or $b) { echo 'Either $a or $b (or both) is true'; }
Result