$value1 equal to $value2: false

$value1 equal to $value2: false

Warning: Undefined variable $Value1 in /home/cybertester/public_html/2123/PHPTextBook/CH1/CompareExamples.php on line 25

Warning: Undefined variable $Value2 in /home/cybertester/public_html/2123/PHPTextBook/CH1/CompareExamples.php on line 25
$Value1 not equal to $Value2: false

Warning: Undefined variable $Value1 in /home/cybertester/public_html/2123/PHPTextBook/CH1/CompareExamples.php on line 29

Warning: Undefined variable $Value2 in /home/cybertester/public_html/2123/PHPTextBook/CH1/CompareExamples.php on line 29
$Value1 not equal to $Value2: false

Warning: Undefined variable $Value2 in /home/cybertester/public_html/2123/PHPTextBook/CH1/CompareExamples.php on line 33

Warning: Undefined variable $Value1 in /home/cybertester/public_html/2123/PHPTextBook/CH1/CompareExamples.php on line 33
$Value1 greater than $Value2: false

Warning: Undefined variable $Value1 in /home/cybertester/public_html/2123/PHPTextBook/CH1/CompareExamples.php on line 38

Warning: Undefined variable $Value2 in /home/cybertester/public_html/2123/PHPTextBook/CH1/CompareExamples.php on line 38
$Value1 less than $Value2: false

Warning: Undefined variable $Value2 in /home/cybertester/public_html/2123/PHPTextBook/CH1/CompareExamples.php on line 42

Warning: Undefined variable $Value1 in /home/cybertester/public_html/2123/PHPTextBook/CH1/CompareExamples.php on line 42
$Value1 greater than or equal to $Value2: true

Warning: Undefined variable $Value1 in /home/cybertester/public_html/2123/PHPTextBook/CH1/CompareExamples.php on line 46

Warning: Undefined variable $Value2 in /home/cybertester/public_html/2123/PHPTextBook/CH1/CompareExamples.php on line 46
$Value1 less than or equal to $Value2 : true
$Value1 equal to $Value2 AND the same data type: true
$Value1 not equal to $Value2 AND not the same data type: false