PHP Training in Chandigarh (7) PowerPoint PPT Presentation

presentation player overlay
About This Presentation
Transcript and Presenter's Notes

Title: PHP Training in Chandigarh (7)


1
PHP Training in Chandigarh
2
What is PHP?
  • PHP is a server side scripting language commonly
    used for web applications. PHP has many
    frameworks and cms for creating websites.Even a
    non technical person can create sites using its
    CMS.WordPress,osCommerce are the famus CMS of
    php.It is also an object oriented programming
    language like java,C-sharp etc.It is very easy
    for learning

3
what types of loops exist in php?
  • For Loop
  • While Loop
  • do while
  • and foreach

4
What is for loop
  • In computer science, a for-loop (or simply for
    loop) is a control flow statement for specifying
    iteration, which allows code to be executed
    repeatedly.

5
What is do while loop
  • Contrast with the while loop, which tests the
    condition before the code within the block is
    executed, the do-while loop is an exit-condition
    loop. This means that the code must always be
    executed first and then the expression or test
    condition is evaluated. If it is true, the code
    executes the body of the loop again.

6
CBitss Technologies
  • 09988741983,0172-5031983
  • counselor.cbitss_at_gmail.com

Website https//goo.gl/XyPcnf
7
CBitss Technologies
Write a Comment
User Comments (0)
About PowerShow.com