PHP Basics Syntax-PHP Operators-PHP Conditions-PHP Loops-PHP Array

PHP Basics Syllabus for Student

PHP Basics Syntax :

PHP Opening and Closing Tags
( <?php , ?> )
PHP Shorthand Tags
(<? , ?>)
PHP echo tag for
printing
PHP print tag for
printing
Difference Between echo and print
Types of errors in PHP with examples
Important website to know PHP examples
MySQL Queries , Html syntax , Css tips , Jquery plugin development concept , Javascript inbuilt Objects and syntax etc.



PHP Operators

·         PHP Arithmetic Operators
·         PHP Assignment Operators
·         PHP Relational (Comparison) Operators
·         PHP Logical Operators








PHP Conditions

  • PHP If…Else
  • If
  • If ---------Else.
  •  If ---------Else If---------Else.
  • PHP Switch










PHP Loops

  • For loop
  • While loop
  • Do while
  • Foreach loop










PHP Array

  • Extract (current, previous, end, next)
  • Implode
  • Explode
  • Sort, vsort, ksort, rsort, krsort, uksort, uasort, sort, sizeof etc…
  • Modify, update, unset(for delete)
  • Merging













No comments:

Post a Comment