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

Category Archives: PHP Basics

PHP Assignment Operators example tutorial

Juned Mughal January 21, 2016 January 25, 2016PHP Basics 0
PHP Assignment Operators example tutorial

How to use assignment operators to assign values to between variables using addition,multiplication, subtraction, modulus, divide operator. Assignment operator also known as Equal To ( = ) symbol in every programming language. This operator is used to transfer one variable value to another by using Arithmetic operators or without them.…

Continue reading

Php Exponentiation Arithmetic Operator Example Tutorial

Juned Mughal January 21, 2016 January 25, 2016PHP Basics 0
Php Exponentiation Arithmetic Operator Example Tutorial

How to use Exponentiation operator to get result of raising $one to the $two’th power comes in php 5.6 version. Exponentiation  operator is one of the most amazing operator represents with double star ( ** ) symbol, because with the use of this operator user can easily get power result of…

Continue reading

Php Modulus Arithmetic Operator Example Tutorial

Juned Mughal January 21, 2016 January 25, 2016PHP Basics 0
Php Modulus Arithmetic Operator Example Tutorial

How to use modulus operation inside php program using modulus operator to get remainder of $first value divide by $second. Modulus operator represents using percent ( % ) symbol . This operator used to get remainder of two products, for example if you divide $one variable to $two variable then…

Continue reading

Php Division Arithmetic Operator Example Tutorial

Juned Mughal January 21, 2016 January 25, 2016PHP Basics 0
Php Division Arithmetic Operator Example Tutorial

How to use divide ( / ) forward slash operator to get quotient of first and second variable in php. Division operator represents with forward slash ( / ) basically used to divide one value with another and get quotient in result in every programming language. So here is the…

Continue reading

Php Multiplication Arithmetic Operator Example Tutorial

Juned Mughal January 21, 2016 January 25, 2016PHP Basics 0
Php Multiplication Arithmetic Operator Example Tutorial

How to use multiply ( * ) operator to get product of two or multiple products variable values. Multiply operator are known as star ( * ) multiply symbol. This operator is used to Multiplication of single or multiple variables and get theirs product as store them in another variable.…

Continue reading

Php Subtraction Arithmetic Operator Example Tutorial

Juned Mughal January 21, 2016 January 25, 2016PHP Basics 0
Php Subtraction Arithmetic Operator Example Tutorial

How to subtract minus( – ) one integer variable value to another inside php program. Subtraction is a type of arithmetic operator which is used to subtract one integer variable value to another in programming languages. With the use of subtract operator web developer can easily get minus remaining total…

Continue reading

Php Addition Arithmetic Operator Example Tutorial

Juned Mughal January 21, 2016 January 25, 2016PHP Basics 0
Php Addition Arithmetic Operator Example Tutorial

How to use addition(+) plus operation in php program to get sum total of two or more numbers. Addition also known as plus( + ) operator is used to get total numbers of two or multiple numbers inside every programming language so inside php program web developer can easily get…

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.