Click here to load reader

Introduction to php 6

Embed Size (px)

Citation preview

  1. 1. Technical Team, PC Technology Private Limited Introduction to PHP/MySQL
  2. 2. What has been covered? PHP Conditional Statement If Statement If-else Statement If-elseIf-else Statement Switch Statement Loop Statements For Loop While Loop Do While Loop Practice Questions
  3. 3. What is an Array ? An array stores multiple values in one single variable. The values of arrays can be accessed by using their position in the array. Example