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

Category Archives: PHP Basics

How to create an array in php dynamically and Display their values

Juned Mughal February 1, 2016 March 29, 2016PHP Basics 0
How to create an array in php dynamically and Display their values

Defining array with elements into php program and print them using for loop on screen. Array is used to hold single type of multiple values inside a single array variable using array indexing feature, so each and every value get its right place into array index. Array indexing always starts…

Continue reading

How to Create function in php with return value

Juned Mughal February 1, 2016 March 29, 2016PHP Basics 0
How to Create function in php with return value

Declaring function inside php that returns value to function calling statement that can be transfer to another variable. Return function are used to return some values to their function calling statement. So here is the complete step by step tutorial for How to Create function in php with return value. How…

Continue reading

How to create function in php with arguments

Juned Mughal February 1, 2016 March 29, 2016PHP Basics 0
How to create function in php with arguments

Defining function in php with use of pass argument from user in php program. Arguments are same as variables but when some $variable passes through function or send with function than it will called as argument. With the use of arguments user can easily pass any type of value with…

Continue reading

How to define and call function in php without argument

Juned Mughal February 1, 2016 March 29, 2016PHP Basics 0
How to define and call function in php without argument

Creating and calling user define method inside php program script to echo simple message. User define function are which type of methods which is defined through developer and can be defined as any name, Function contain its body part starts and end with curly bracket { }. Function dose not…

Continue reading

How to use switch case in php with example tutorial

Juned Mughal January 31, 2016 March 29, 2016PHP Basics 0
How to use switch case in php with example tutorial

How to define switch case inside php program with multiple cases values. Switch case statement is used to select one value compare to another. For example developer can compare two or multiple values using switch case and perform various operation when the case match to the given value. So here…

Continue reading

How to use multiple if condition statements in php program

Juned Mughal January 30, 2016 March 29, 2016PHP Basics 0
How to use multiple if condition statements in php program

Create a php scripting code with multiple if-else conditions inside it. Multiple if conditions are used to compare multiple conditions for example if there are more then two conditions then you will be easily able to check or compare them and execute any type of statements. So here is the…

Continue reading

PHP single if else conditional statement example tutorial

Juned Mughal January 29, 2016 March 29, 2016PHP Basics 0
PHP single if else conditional statement example tutorial

How to use only if-else statement in php program to compare and execute if-else scope inside code. If conditional is a type of conditional statement used to apply conditions into two parts first one is if and second one is else.  So here is the complete step by step tutorial…

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.