Android Examples
 
Skip to content
  • Home
  • Android Examples Tutorials
  • Php Examples Tutorials
  • Bootstrap Examples Tutorials
  • Android Studio
  • PhpMyAdmin

Category Archives: PHP Basics

PHP All Logical Operators Example Tutorial

Juned Mughal January 26, 2016 March 29, 2016PHP Basics 0
PHP All Logical Operators Example Tutorial

Use logical operator and, or, xor, not inside php program to combine two or multiple conditional statements. There are six types of conditional operators currently present in php programming language which is used to combine two or multiple conditional statements so developer can execute its own line of work with…

Continue reading

PHP Pre/Post Increment Decrement Operator example tutorial

Juned Mughal January 26, 2016 March 29, 2016PHP Basics 0
PHP Pre/Post-Increment Decrement Operator example tutorial

How to use pre increment, pre decrement, post increment, post decrement operator in php program script. Pre-Post increment decrement operator are used to increment and decrement variables in php program. So here is the complete step by step tutorial for PHP Pre/Post Increment Decrement Operator example tutorial. Pre Increment operator…

Continue reading

Php Less than Equal to Comparison Operator example tutorial

Juned Mughal January 25, 2016 March 29, 2016PHP Basics 0
Php Less than Equal to Comparison Operator example tutorial

How to use less than equal to <= operator in php program. Php less then equal operator returns True, if the left side operand is less than + equal to the left side variable value. So here is the complete step by step tutorial for Php Less than Equal to…

Continue reading

Php Greater than equal to Comparison operator example tutorial

Juned Mughal January 25, 2016 March 29, 2016PHP Basics 0
Php Greater than equal to Comparison operator example tutorial

How to use greater then equal to ( >= ) operator to compare two values. Grater then equal to operator returns true if left side operand is equal to right side variable’s value or holds bigger value then right side variable’s value. For example if $a = 10 and $b…

Continue reading

Php Greater than Less than Comparison Operator example tutorial

Juned Mughal January 25, 2016 March 29, 2016PHP Basics 0
Php Greater than-Less than Comparison Operator example tutorial

Definition to use Grater than( > ) and less than ( < ) operator in php to return boolean values. Grater than( > ) and less then( < ) two different type of comparison operator used to compare one value with another. So here is the complete step by step tutorial…

Continue reading

PHP Identical Comparison Operator example tutorial

Juned Mughal January 23, 2016 March 29, 2016PHP Basics 0
PHP Identical Comparison Operator example tutorial

How to use Identical operator in php program to return true if both variables are equal with same data type or return false. Identical operator are same as Equal operator but there is a major difference between them that Identical operator represent with ( === ) triple equals where Equal operator usages…

Continue reading

PHP Equal Comparison Operator example tutorial

Juned Mughal January 23, 2016 January 25, 2016PHP Basics 0
PHP Equal Comparison Operator example tutorial

How to use equal operator in php program to check both variable are equal or not with true,false boolean value return. Equal operator is also known as ‘ = ‘ symbol in programming languages. But when developer use equal operator as comparison operator then it will use with double equals…

Continue reading

12345
  • Search Here

  • Main Category


  • Home
  • Android Examples Tutorials
  • Php Examples Tutorials
  • Bootstrap Examples Tutorials
  • Android Studio
  • PhpMyAdmin
© Android-Examples.com, All rights reserved.
Powered by Nirvana & WordPress.