PHP Developer Course Overview English - Please note this course is only available in English. Nederlands - Let op: deze training is alleen in het Engels beschikbaar. Français - Veuillez noter que ce cours est uniquement disponible en anglais. PHP is a popular general purpose scripting language commonly used for building web applications.The PHP Developer course is designed to provide PHP Developer Training Course Course Contents - DAY 1 Course Introduction Administration and Course Materials Course Structure and Agenda Delegate and Trainer Introductions Session 1: GETTING STARTED About PHP Installing PHP PHP editors and IDEs Executing a script HTML recap Serving a PHP web page Session 2: SYNTAX Tags HTML escaping Separating instructions Comments Session 3: VARIABLES,CONSTANTS,& DATA TYPES echo and print Defining variables Variable naming Assignment by reference Uninitialised variables Defining constants Magic constants Built-in types: null,bool,int,float,string,array,object Other types Dynamic typing Type casting and juggling