a grand renaming so that the most significant portion of the name comes first
This commit is contained in:
10
php-practice/web/html/wikipedia-tutorial/if-structure.php
Normal file
10
php-practice/web/html/wikipedia-tutorial/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";
|
||||
}
|
||||
|
||||
?>
|
Reference in New Issue
Block a user