PHP Basic
Introduction to PHP PHP Starting Requirements Downloading XAMPP Local Server PHP Variable Concept and Data Type PHP Coding Syntax Showing Output in PHP PHP String Concatenation Increment & Decrement in PHP PHP Logical Operator and Usage Part-1 PHP Logical Operator and Usage Part-2 PHP Comparison Operators Arithmetic and Assignment Operators PHP Switch Case Statement For loop in PHP Super Global Variable $_REQUEST and $_GET Part-1 String Length in PHP Function Declaration and UsageOperator | Name | Example | Result |
---|---|---|---|
== | Equal | $p == $q | Return true if $p becomes equal to $q |
=== | Identical | $p === $q | Returns true if $x is equal to $y, and they are of the same type |
!= | Not equal | $p != $q | Returns true if $x is not equal to $y |
<> | Not equal | $p <> $q | Returns true if $x is not equal to $y |
!== | Not identical | $p!== $q | Returns true if $x is not equal to $y, or they are not of the same type |
> | Greater than | $p> $q | Returns true if $x is greater than $y |
< | Less than | $p< $q | Returns true if $x is less than $y |
>= | Greater than or equal to | $p>= $q | Returns true if $x is greater than or equal to $y |
<= | Less than or equal to | $p<= $q | Returns true if $x is less than or equal to $y |
If you think you have query... then For contacting with us use Facebook . You can also use Github