working through control flow bits (snore) ... smugness is winning ...
This commit is contained in:
parent
0d8ce1a206
commit
893f3bf3a5
10
docroot/html/if-structure.php
Normal file
10
docroot/html/if-structure.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
$x = 4;
|
||||
$y = 8;
|
||||
|
||||
if ($x == 4 AND $y == 8) {
|
||||
print "omg! x is $x and y is $y";
|
||||
}
|
||||
|
||||
?>
|
Loading…
Reference in New Issue
Block a user