Mail us : hexainclude@gmail.com
Hexainclude

Menu

Skip to content
  • HOME
  • C/C++
    • C
    • C++
  • OS
  • RDBMS
  • JAVA
  • PHP
  • WORDPRESS
  • DOWNLOAD
    • eBOOKS

PHP

Hexainclude > PHP
07Aug/17

PHP Break, Continue and Exit

August 7, 2017PHPcontinue, exit, php-break, php-continueDreamMaker

Break: A break statement can be used to terminate or to come out from the loop or conditional statement unconditionally. It can be used in switch statement to break and come outRead More…

09Jul/17

PHP Exit Control Loop

July 9, 2017PHPdo-while-loop, php-do-while, php-exit-control-loop, php-looping-structures, php-loopsDreamMaker

An Exit Control Loop checks the condition for exit and if given condition for exit evaluate to true, control will exit from the loop body else control will enter again into theRead More…

04Jul/17

PHP Entry Control Loop

July 4, 2017PHPfor-loop, foreach, php-entry-control-loop, php-for-loop, php-foreach-loop, php-while-loop, while-loopDreamMaker

An entry control loop checks the condition at the time of entry and if condition or expression becomes true then control transfers into the body of the loop. Such type of loopRead More…

04Jul/17

PHP Looping Structures

July 4, 2017PHPdo-while-loop, for-loop, looping-structure, php-looping-structures, php-loops, while-loopDreamMaker

PHP Programming language provides one of the most powerful features known as looping structure When we want to execute some statements repeatedly based on some specific condition, looping structure can be helpful.Read More…

20Jun/17

PHP Goto Statement

June 20, 2017PHPcondtional-statements, goto-statement, php-goto-statementDreamMaker

Similar to C-language, PHP also provides goto statement to transfer control unconditionally to other part of the program. Although use of goto statement is not advisable but sometime it is desirable toRead More…

17Jun/17

PHP Switch Statement

June 17, 2017PHPphp-conditional-statement, php-decision-making-statement, php-switch-statement, swtich-statementDreamMaker

When multiple decisions involved in the program at that time we can use else…if ladder but some time it is difficult to read and understand. In addition to this when the numbersRead More…

16Jun/17

PHP Nested IF

June 16, 2017PHPdecision-making-statements, else-if-ladder, php-conditional-statement, php-if-else-statement, php-if-statementDreamMaker

In the previous post we looked upon else…if ladder and in this post we will focus on another form of if statement that is nested if statement. When one if statement containsRead More…

13Jun/17

PHP ELSE…IF LADDER

June 13, 2017PHPelse-if-ladder, php-conditional-statement, php-if-else-statementDreamMaker

When we have multiple options available or we need to take multiple decisions based on available condition, we can use another form of if statement called else…if ladder. In else…if ladder eachRead More…

12Jun/17

PHP IF…ELSE

June 12, 2017PHPdecision-making-statements, php-conditional-statement, php-if-else-statement, ternary-operatorDreamMaker

If …else statement is an extension of simple if statement. When we have two different path to follow,then simple if statement cannot be useful because if provides a single path to follow.Read More…

12Jun/17

PHP Decision Making

June 12, 2017PHPconditional-statements, if-else, php-conditional-statement, php-if-statement, simple-ifDreamMaker

Normally in PHP programming language statement are execute in a sequenced manner. Sometime we need to execute some statement based on some specific condition. Depending on the condition either we have toRead More…

Posts navigation

  • 1
  • 2
  • Next »
Download Android App

Recent Posts

  • NESTED STRUCTURE
  • ARRAY OF STRUCTURE
  • Array Within Structure
  • SSTF Scheduling
  • FCFS Scheduling

All Posts

  • What is PHP?
  • Installing Wamp Server
  • PHP Data Types
  • PHP Variables
  • PHP Variable Scope
  • PHP Operators
  • PHP Decision Making
  • PHP IF…ELSE
  • PHP ELSE…IF LADDER
  • PHP Nested IF
  • PHP Switch Statement
  • PHP Goto Statement
  • PHP Looping Structures
  • PHP Entry Control Loop
  • PHP Exit Control Loop
  • PHP Break, Continue and Exit
Copyright © Hexainclude
Developed by Hexainclude
  • TIPS &TRICKS
  • QUIZ
  • CONTACT US